Skip to content

Commit

Permalink
adding App for model prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
metallurgical committed Dec 23, 2016
1 parent 1eecb80 commit c206bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repositories/Stub/repositories.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Repositories;

use Arch\Repositories\Shareables\BaseShareables as BaseAbstract;
use {{modelName}}; // 1) Use the right MODEL here
use App\{{modelName}}; // 1) Use the right MODEL here
use DB; // For custom database querying

class {{DummyClass}} extends BaseAbstract {
Expand Down

0 comments on commit c206bbb

Please sign in to comment.