From 78ec0fc074aa4d4fcf0205542d4e3e097327e69b Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Fri, 23 Jun 2023 11:37:05 +0200 Subject: [PATCH] Fix bad namespace --- bin/thumbShoter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/thumbShoter.php b/bin/thumbShoter.php index 7bd50b3..f5b8364 100644 --- a/bin/thumbShoter.php +++ b/bin/thumbShoter.php @@ -5,7 +5,7 @@ session_start(); require_once __DIR__ . '/../vendor/autoload.php'; -use App\Models\MakeThumb; +use App\Soshot\MakeThumb; if(file_exists(__DIR__ . '/../cache/tmp/chrome-php-socket')){ echo 'Work in progress';