Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed May 4, 2018
1 parent 85999d9 commit 46233fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Below is a small example of how to use it.

```php
// Inside the app/Console/Kernel.php file add this
use Signifly\SchedulingTasks\TaskLoader;
use Signifly\SchedulingTasks\Facades\TaskLoader;

protected function schedule(Schedule $schedule)
{
TaskLoader::loadFor(__DIR__.'/Tasks', $schedule);
TaskLoader::loadFor($schedule);
}
```

Expand Down

0 comments on commit 46233fb

Please sign in to comment.