Fix styling issues

This commit is contained in:
Jonny Barnes 2020-10-10 20:57:54 +01:00
parent 0993d0187f
commit 6234805858

View file

@ -48,7 +48,7 @@ class MigratePlaceDataFromPostgis extends Command
)
"));
if (!$locationColumn->exists) {
if (! $locationColumn->exists) {
$this->info('There is no Postgis location data in the table. Exiting.');
return 0;
@ -63,7 +63,7 @@ class MigratePlaceDataFromPostgis extends Command
)
"));
if (!$latitudeColumn->exists) {
if (! $latitudeColumn->exists) {
$this->error('Latitude and longitude columns have not been created yet');
return 1;