better collection handlich in backend

This commit is contained in:
Arno Kaimbacher 2018-10-04 16:41:29 +02:00
parent 324eacf061
commit 50bcae442e
24 changed files with 623 additions and 68 deletions

View file

@ -12,7 +12,7 @@ class Project extends Model
// for using $input = $request->all();
//$project = Project::create($input);
protected $fillable = [
'name', 'label'
'name', 'label', 'description'
];