Fix styling issues
This commit is contained in:
parent
0993d0187f
commit
6234805858
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue