Skip to content

Commit

Permalink
fix: closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgentil committed Jun 26, 2020
1 parent bb9e50a commit fd0af32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Task extends Model
{
use Sequenceable;

protected static $fillable = [
protected $fillable = [
'position',
];

Expand Down

0 comments on commit fd0af32

Please sign in to comment.