Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Commit

Permalink
Compatible with Laravel 5.8 +
Browse files Browse the repository at this point in the history
  • Loading branch information
codingyu committed Oct 2, 2019
1 parent 4297ed4 commit d5ecc40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/StorageManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
use Illuminate\Support\Str;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Storage;
use Overtrue\LaravelUEditor\Events\Catched;
use Overtrue\LaravelUEditor\Events\Uploaded;
use Overtrue\LaravelUEditor\Events\Uploading;
use Codingyu\LaravelUEditor\Events\Catched;
use Codingyu\LaravelUEditor\Events\Uploaded;
use Codingyu\LaravelUEditor\Events\Uploading;
use Illuminate\Contracts\Filesystem\Filesystem;
use Symfony\Component\HttpFoundation\File\UploadedFile;

Expand Down

0 comments on commit d5ecc40

Please sign in to comment.