@@ -16,5 +16,5 @@ |
||
| 16 | 16 | |
| 17 | 17 | protected $table = 'test_models'; |
| 18 | 18 | |
| 19 | - protected $fillable = [ 'name', 'added_at', 'weight', 'code']; |
|
| 19 | + protected $fillable = ['name', 'added_at', 'weight', 'code']; |
|
| 20 | 20 | } |
| 21 | 21 | \ No newline at end of file |