Formatting
This commit is contained in:
parent
64fef42087
commit
c5ae5d4aa0
|
@ -38,7 +38,7 @@ class CreateScheduleLocationsTable extends Migration
|
|||
|
||||
foreach ($scheduleLocations as $scheduleLocation) {
|
||||
$connection->table('schedule_locations')
|
||||
->insert((array)$scheduleLocation);
|
||||
->insert((array) $scheduleLocation);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue