Skip to content

Commit

Permalink
Merge tag 'v2.0.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
alexusmai committed Dec 27, 2018
2 parents 4e06032 + 4f0f42a commit f6a4dc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions resources/assets/js/file-manager.js

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions src/FileManagerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Alexusmai\LaravelFileManager;

use Alexusmai\LaravelFileManager\Requests\TempRequest;
use Illuminate\Support\ServiceProvider;

class FileManagerServiceProvider extends ServiceProvider
Expand Down Expand Up @@ -49,8 +48,5 @@ public function boot()
*
* @return void
*/
public function register()
{

}
public function register(){}
}

0 comments on commit f6a4dc9

Please sign in to comment.