Update app.php

master
SadeghPM 3 weeks ago committed by GitHub
parent fee54645df
commit 77e762d54c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save