creating tables

This commit is contained in:
2018-07-21 23:07:41 +02:00
parent 75afc67f31
commit 26488e5883
15 changed files with 215 additions and 48 deletions
+1
View File
@@ -23,6 +23,7 @@ use Illuminate\Database\Eloquent\Model;
class Proposal extends Model
{
use Reportable;
protected $guarded = [];
protected static function boot()
{