Skip to content

Commit a4b13a0

Browse files
committed
ITT: Laravel 5.1 support.
1 parent c8dabaa commit a4b13a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Asserts/ScheduleAsserts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ protected function dontSeeScheduleCount($count)
1919
$this->assertNotCount($count, app(Schedule::class)->events(), $message);
2020
}
2121

22-
protected function seeInSchedule($command, $expression, $runInBackground = false)
22+
protected function seeInSchedule($command, $expression)
2323
{
2424
$event = $this->getScheduleEvent($command);
2525

0 commit comments

Comments
 (0)