From 77e762d54c8dd8678e0d577277f9e5c36c89ca14 Mon Sep 17 00:00:00 2001 From: SadeghPM Date: Tue, 24 Sep 2024 22:52:30 +0330 Subject: [PATCH] Update app.php --- bootstrap/app.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/app.php b/bootstrap/app.php index 21d97bf..65e7d61 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -18,6 +18,9 @@ return Application::configure(basePath: dirname(__DIR__)) ]); }) + ->withCommands([ + \App\Console\Commands\clientAssetGenerator::class, + ]) ->withExceptions(function (Exceptions $exceptions) { // })->create();