Filemanager error
Closed this issue · 1 comments
kpavlides commented
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.
darryldecode commented
@kpavlides ah yes, forgot to update some namespaces after the refactoring. Thanks for heads up!