Skip to content

Commit 1477f17

Browse files
committed
minor fix
1 parent 85c9209 commit 1477f17

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

database/seeds/OptimisationDemo2Seeder.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static private function complexModel()
5353
$meeting2->timeslots()->create($timeslots1);
5454
$meeting2->timeslots()->create($timeslots3);
5555

56-
print '1\n';
56+
print "1\n";
5757
print_r($company->toArray());
5858
print_r($employees->toArray());
5959
}
@@ -104,7 +104,7 @@ static private function complexModel2()
104104
$employees[1]->calendars()->first()->timeslots()->create($timeslotsE2);
105105
$employees[2]->calendars()->first()->timeslots()->create($timeslotsE2);
106106

107-
print '2\n';
107+
print "2\n";
108108
print_r($company->toArray());
109109
print_r($employees->toArray());
110110
}
@@ -147,7 +147,7 @@ static private function complexModel3()
147147
$employees[2]->calendars()->first()->timeslots()->create($timeslots6);
148148
$employees[3]->calendars()->first()->timeslots()->create($timeslots7);
149149

150-
print '3\n';
150+
print "3\n";
151151
print_r($company->toArray());
152152
print_r($employees->toArray());
153153
}
@@ -190,7 +190,7 @@ static private function complexModel4()
190190
//$employees[2]->calendars()->first()->timeslots()->create($timeslots3);
191191
$employees[3]->calendars()->first()->timeslots()->create($timeslots6);
192192

193-
print '4\n';
193+
print "4\n";
194194
print_r($company->toArray());
195195
print_r($employees->toArray());
196196
}
@@ -234,7 +234,7 @@ static private function complexModel5()
234234
//$employees[2]->calendars()->first()->timeslots()->create($timeslots3);
235235
$employees[3]->calendars()->first()->timeslots()->create($timeslots6);
236236

237-
print '5\n';
237+
print "5\n";
238238
print_r($company->toArray());
239239
print_r($employees->toArray());
240240
}

0 commit comments

Comments
 (0)