try fix ci cd
This commit is contained in:
parent
d572ebfb71
commit
9722d8744e
|
|
@ -14,6 +14,7 @@ class Todo extends Model
|
|||
|
||||
protected $table = 'todo';
|
||||
|
||||
|
||||
protected $fillable = [
|
||||
'name',
|
||||
'status',
|
||||
|
|
|
|||
Loading…
Reference in New Issue