Fix bad namespace
This commit is contained in:
parent
ba60aace6b
commit
78ec0fc074
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue