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