11 lines
127 B
Plaintext
11 lines
127 B
Plaintext
<?php
|
|
|
|
namespace $NAMESPACE$;
|
|
|
|
use App\Abstracts\Model;
|
|
|
|
class $CLASS$ extends Model
|
|
{
|
|
protected $fillable = $FILLABLE$;
|
|
}
|