Longitude fix
This commit is contained in:
parent
72f21d4a94
commit
58aff03605
@ -10,6 +10,6 @@ class fireStation extends Model
|
||||
protected $table = 'fireStations';
|
||||
|
||||
protected $fillable = [
|
||||
'name', 'number', 'voivodeship', 'county', 'community', 'postOffice', 'zipCode', 'address', 'latitude', 'long itude', 'KRS', 'NIP', 'phoneNumber', 'email', 'deleted', 'creatorID', 'changingID', 'remember_token', 'created_at', 'updated_at'
|
||||
'name', 'number', 'voivodeship', 'county', 'community', 'postOffice', 'zipCode', 'address', 'latitude', 'longitude', 'KRS', 'NIP', 'phoneNumber', 'email', 'deleted', 'creatorID', 'changingID', 'remember_token', 'created_at', 'updated_at'
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user