@@ -13,8 +13,8 @@ |
||
13 | 13 | protected $table = 'crawlers'; |
14 | 14 | |
15 | 15 | protected $fillable = [ |
16 | - 'name', |
|
17 | - 'description' |
|
16 | + 'name', |
|
17 | + 'description' |
|
18 | 18 | ]; |
19 | 19 | |
20 | 20 |