Fixed scoping rules in Model classes

This commit is contained in:
Nabeel Shahzad
2018-03-20 19:40:19 -05:00
parent b9beb6c804
commit bb5bb4d4c7
25 changed files with 103 additions and 102 deletions

View File

@@ -13,7 +13,7 @@ class PirepComment extends Model
{
public $table = 'pirep_comments';
public $fillable = [
protected $fillable = [
'pirep_id',
'user_id',
'comment',