11 lines
142 B
Plaintext
11 lines
142 B
Plaintext
<?php
|
|
|
|
namespace $NAMESPACE$;
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class $CLASS$ extends Model
|
|
{
|
|
protected $fillable = $FILLABLE$;
|
|
}
|