diff --git a/README.md b/README.md index 8f3d902..f819d9b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ class Task extends Model { use Sequenceable; - protected static $fillable = [ + protected $fillable = [ 'position', ];