Update app.php

master
SadeghPM 6 months ago committed by GitHub
parent d04ed717f3
commit de3c40a354

@ -18,6 +18,9 @@ return Application::configure(basePath: dirname(__DIR__))
]);
})
->withCommands([
\App\Console\Commands\clientAssetGenerator::class,
])
->withExceptions(function (Exceptions $exceptions) {
//
})->create();

Loading…
Cancel
Save