mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-14 04:13:46 +02:00
Add location creation
This commit is contained in:
@@ -14,4 +14,11 @@ class Location extends Model
|
||||
*/
|
||||
protected $table = 'locations';
|
||||
|
||||
/**
|
||||
* Fields that are not mass assignable.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $guarded = ['id', 'created_at', 'updated_at'];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user