Skip to content

Commit

Permalink
Added Macroable trait to Illuminate\Console\Scheduling\Schedule class (
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangjchandler committed Feb 5, 2020
1 parent 7ddac28 commit 14972d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Illuminate/Console/Scheduling/Schedule.php
Expand Up @@ -7,9 +7,12 @@
use Illuminate\Container\Container;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\ProcessUtils;
use Illuminate\Support\Traits\Macroable;

class Schedule
{
use Macroable;

/**
* All of the events on the schedule.
*
Expand Down

0 comments on commit 14972d5

Please sign in to comment.