diff --git a/app/fireStation.php b/app/fireStation.php index 570dd80..8e3d4c7 100644 --- a/app/fireStation.php +++ b/app/fireStation.php @@ -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' ]; }