-
Notifications
You must be signed in to change notification settings - Fork 230
Closed
Description
Summary of issue
Non-static method Modules\\Media\\Image\\Imagy::getThumbnail() should not be called statically
This error message returned from all() method in Api\MediaController
| return '<img src="' . Imagy::getThumbnail($file->path, 'smallThumb') . '"/>'; |
Imagy::getThumbnail($file->path, 'smallThumb')
should be changed into
$this->imagy->getThumbnail($file->path, 'smallThumb')
Steps to reproduce
System Details
- Operating System
- PHP Version
- Laravel Version
Asgardcms/Platformversion
Metadata
Metadata
Assignees
Labels
No labels