Formatting

This commit is contained in:
Igor Scheller 2023-12-27 16:43:55 +01:00
parent 64fef42087
commit c5ae5d4aa0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class CreateScheduleLocationsTable extends Migration
foreach ($scheduleLocations as $scheduleLocation) { foreach ($scheduleLocations as $scheduleLocation) {
$connection->table('schedule_locations') $connection->table('schedule_locations')
->insert((array)$scheduleLocation); ->insert((array) $scheduleLocation);
} }
} }