Hi, I want to add divisions and cities via code. We just need to add this code to the model for example adding it just below the `protected $table = 'world_divisions';` code `protected $guarded = [];` Thanks!
Hi, I want to add divisions and cities via code.
We just need to add this code to the model for example adding it just below the
protected $table = 'world_divisions';codeprotected $guarded = [];Thanks!