Delete all of the installer stuff from the 3rd party plugin
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace $NAMESPACE$;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class $CLASS$ extends Model
|
||||
{
|
||||
protected $fillable = $FILLABLE$;
|
||||
}
|
||||
Reference in New Issue
Block a user