From fd0af329dbaa9b09b0fe92d7497a4bbddb2a4665 Mon Sep 17 00:00:00 2001 From: Gustavo Gentil Date: Fri, 26 Jun 2020 16:32:39 -0300 Subject: [PATCH] fix: closes #5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ];