Skip to content

Commit 59fe396

Browse files
author
Shawn McCool
committed
update for 5.5
1 parent ca22446 commit 59fe396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ composer require league/flysystem-sftp
6363
To install into a Laravel project, first do the composer install then add the following class to your config/app.php service providers list.
6464

6565
```php
66-
'BackupManager\Laravel4\BackupManagerServiceProvider',
66+
BackupManager\Laravel4\BackupManagerServiceProvider::class,
6767
```
6868

6969
Copy the `config/storage.php` file to `app/config/packages/backup-manager/laravel-4/config/storage.php` and configure it to suit your needs.

0 commit comments

Comments
 (0)