We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d619296 commit 7fd891fCopy full SHA for 7fd891f
src/Commands/stubs/eloquent-repository.stub
@@ -2,7 +2,6 @@
2
3
namespace {namespace};
4
5
-use LaravelEasyRepository\Repository;
6
use LaravelEasyRepository\Implementations\Eloquent;
7
use {repositoryInterfaceNamespace}\{repositoryInterfaceName};
8
src/Commands/stubs/service.stub
@@ -3,6 +3,7 @@
use {repositoryInterfaceNamespace}\{repositoryInterface};
+
class {serviceName} {
9
/**
0 commit comments