This commit is contained in:
Lonnie Ezell 2017-08-16 12:44:47 -05:00
parent a970f0c69e
commit 0a4d635b9e
No known key found for this signature in database
GPG Key ID: 8EB408F8D82F5002

View File

@ -11,4 +11,6 @@ class JobModel extends Model
protected $useSoftDeletes = false;
protected $dateFormat = 'integer';
protected $allowedFields = ['name', 'description'];
}