Fix bad namespace

This commit is contained in:
Knah Tsaeb 2023-06-23 11:37:05 +02:00
parent ba60aace6b
commit 78ec0fc074
1 changed files with 1 additions and 1 deletions

View File

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