battle with structure
This commit is contained in:
11
app/Console/Commands/stubs/make-module/model.stub
Normal file
11
app/Console/Commands/stubs/make-module/model.stub
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace $NAMESPACE$;
|
||||
|
||||
use Illuminate\Database\Eloquent\Concerns\HasUuids;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class $CLASS_NAME$ extends Model
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user