Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop' of github.com:nodes-php/api-scaffolding into d…
Browse files Browse the repository at this point in the history
…evelop

* 'develop' of github.com:nodes-php/api-scaffolding:
  added missing namespace and include in user repository stub
  • Loading branch information
rugaard committed Jul 14, 2016
2 parents aa51252 + 99dd17d commit 514d442
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Console/Stubs/UserRepository.stub
@@ -1,8 +1,11 @@
<?php
namespace DummyNamespace\Models\Users;

use Illuminate\Support\Facades\Hash;
use Nodes\Database\Eloquent\Repository as NodesRepository;
use DummyNamespace\Models\Users\Tokens\Token;
use DummyNamespace\Models\Users\Validation\UserValidator;
use Carbon\Carbon;

/**
* Class UserRepository
Expand Down

0 comments on commit 514d442

Please sign in to comment.