Skip to content

Commit

Permalink
Update app.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SadeghPM authored Sep 24, 2024
1 parent fee5464 commit 77e762d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
]);

})
->withCommands([
\App\Console\Commands\clientAssetGenerator::class,
])
->withExceptions(function (Exceptions $exceptions) {
//
})->create();

0 comments on commit 77e762d

Please sign in to comment.