Skip to content

Commit c059429

Browse files
authored
Update README.md
1 parent 04a3462 commit c059429

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ composer require cyber-duck/laravel-excel
2323

2424
### Laravel 4.x
2525

26-
Register the service provider in `app/config/app.php` by adding this line to providers array.
26+
Register the service provider in `config/app.php` by adding this line to providers array.
2727

2828
```php
2929
'providers' => [
30-
'Cyberduck\LaravelExcel\ExcelLegacyServiceProvider',
30+
Cyberduck\LaravelExcel\ExcelLegacyServiceProvider::class,
3131
],
3232
```
3333

@@ -37,7 +37,7 @@ Register the service provider in `config/app.php` by adding this line to provide
3737

3838
```php
3939
'providers' => [
40-
'Cyberduck\LaravelExcel\ExcelServiceProvider',
40+
Cyberduck\LaravelExcel\ExcelServiceProvider::class,
4141
],
4242
```
4343

0 commit comments

Comments
 (0)