darryldecode/laravel-starter-kit

Filemanager error

Closed this issue · 1 comments

The filemanager has an error.
You should add at the top of the file: App\Components\File\Models\File.php the line:
use App\Components\User\Models\User;

After that, the filemanager works OK.

@kpavlides ah yes, forgot to update some namespaces after the refactoring. Thanks for heads up!