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

Commit d5ecc40

Browse files
committed
Compatible with Laravel 5.8 +
1 parent 4297ed4 commit d5ecc40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/StorageManager.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
use Illuminate\Support\Str;
1616
use Illuminate\Http\Request;
1717
use Illuminate\Support\Facades\Storage;
18-
use Overtrue\LaravelUEditor\Events\Catched;
19-
use Overtrue\LaravelUEditor\Events\Uploaded;
20-
use Overtrue\LaravelUEditor\Events\Uploading;
18+
use Codingyu\LaravelUEditor\Events\Catched;
19+
use Codingyu\LaravelUEditor\Events\Uploaded;
20+
use Codingyu\LaravelUEditor\Events\Uploading;
2121
use Illuminate\Contracts\Filesystem\Filesystem;
2222
use Symfony\Component\HttpFoundation\File\UploadedFile;
2323

0 commit comments

Comments
 (0)