Delete all of the installer stuff from the 3rd party plugin

This commit is contained in:
Nabeel Shahzad
2017-12-13 20:36:51 -06:00
parent a7d4ab64e5
commit 346ccfbd66
73 changed files with 1 additions and 3538 deletions

View File

@@ -1,10 +0,0 @@
<?php
namespace $NAMESPACE$;
use Illuminate\Database\Eloquent\Model;
class $CLASS$ extends Model
{
protected $fillable = $FILLABLE$;
}