Skip to content

Commit

Permalink
Fix class name in ServiceProvider example
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed May 24, 2016
1 parent 70d433f commit c8adc3b
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 @@ -52,7 +52,7 @@ composer require "foxxmd/laravel-elasticbeanstalk-cron"
After adding the package, add the ServiceProvider to the providers array in `config/app.php`

```php
FoxxMD\LaravelElasticBeanstalkCron\LaravelElasticBeanstalkCronProvider::class
\FoxxMD\LaravelElasticBeanstalkCron\ElasticBeanstalkCronProvider::class
```

Then, publish the **.ebextensions** folder and configuration file.
Expand Down

0 comments on commit c8adc3b

Please sign in to comment.