battle with structure
This commit is contained in:
10
app/Console/Commands/stubs/make-module/repository.stub
Normal file
10
app/Console/Commands/stubs/make-module/repository.stub
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace $NAMESPACE$;
|
||||
|
||||
use $MODEL_NAMESPACE$;
|
||||
|
||||
class $MODULE_NAME$Repository
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user