move stub files

This commit is contained in:
Nabeel Shahzad
2017-12-02 08:57:45 -06:00
parent 58a8d2cdbe
commit 185ce71208
41 changed files with 1 additions and 1 deletions

View File

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