migrate to gtea from bistbucket
This commit is contained in:
13
public/restaurant/stubs/nwidart-stubs/model.stub
Normal file
13
public/restaurant/stubs/nwidart-stubs/model.stub
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace $NAMESPACE$;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class $CLASS$ extends Model
|
||||
{
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
*/
|
||||
protected $fillable = $FILLABLE$;
|
||||
}
|
||||
Reference in New Issue
Block a user