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 $table = 'todo';
|
||||||
|
|
||||||
|
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
'name',
|
'name',
|
||||||
'status',
|
'status',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue