Skip to content

Commit

Permalink
Added useful comments
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincrozat committed Dec 10, 2018
1 parent 32ec44b commit d2da72e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Adding a new disk in the storage is pretty easy. The only thing I did were to co
## Requirements

- PHP 7.1+
- Laravel 5.1+

## Installation

Expand Down
3 changes: 3 additions & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ public function boot()
});
}

/**
* Voluntarily empty, because it was an abstract method in Laravel 5.2 and below.
*/
public function register()
{
//
Expand Down

0 comments on commit d2da72e

Please sign in to comment.