'int', 'upload' => 'int', 'approve' => 'int', 'fail' => 'int', 'delfile' => 'int', 'delscreen' => 'int', 'editfile' => 'int', 'allowfull' => 'int', 'canwarn' => 'int' ]; protected $fillable = [ 'canview', 'upload', 'approve', 'fail', 'delfile', 'delscreen', 'editfile', 'allowfull', 'canwarn' ]; }