Take a screenshot of the bookmark

This commit is contained in:
Jonny Barnes 2017-10-13 12:31:31 +01:00
parent a5d3ba7829
commit 33cf91f6d5
10 changed files with 1854 additions and 1456 deletions

View file

@ -7,6 +7,7 @@ use Monolog\Logger;
use Ramsey\Uuid\Uuid;
use App\Jobs\ProcessImage;
use App\Services\LikeService;
use App\Services\BookmarkService;
use Monolog\Handler\StreamHandler;
use App\{Like, Media, Note, Place};
use Intervention\Image\ImageManager;