ok
Direktori : /home2/selectio/public_html/3-idiots/vendor/nwidart/laravel-modules/src/Commands/stubs/ |
Current File : /home2/selectio/public_html/3-idiots/vendor/nwidart/laravel-modules/src/Commands/stubs/model.stub |
<?php namespace $NAMESPACE$; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Factories\HasFactory; class $CLASS$ extends Model { use HasFactory; protected $fillable = $FILLABLE$; protected static function newFactory() { return \$MODULE_NAMESPACE$\$MODULE$\Database\factories\$NAME$Factory::new(); } }