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';