Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giauphan authored Mar 14, 2024
1 parent 582a2a5 commit b274f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You need to add commands to your app/Console/Kernel.php file:
# Laravel 11.x
You need to add commands to your bootstrap/app.php file:
```php
use App\CrawlBlog\Commands\CrawlExample;
use App\CrawlBlog\CrawlExample;
->withCommands([
CrawlExample::class,
Expand Down

0 comments on commit b274f8d

Please sign in to comment.