Обновлены миграции
Разработка парсера меню из 1с
This commit is contained in:
miroman-afk
2022-06-22 23:05:26 +03:00
parent 46cf6ff8e4
commit 9c3b633098
8 changed files with 234 additions and 14 deletions

View File

@@ -6,4 +6,10 @@ use Illuminate\Database\Eloquent\Model;
class Modifier extends Model {
protected $table = 'modifiers';
/**
* The attributes that aren't mass assignable.
*
* @var array
*/
protected $guarded = [];
}