Skip to content

Commit

Permalink
Load AppServiceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumos committed Aug 21, 2024
1 parent b5966fd commit a4c33c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bootstrap/providers.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php

return [
GrahamCampbell\Markdown\MarkdownServiceProvider::class,
Zeropingheroes\Lanager\Providers\ViewComposerServiceProvider::class,
Zeropingheroes\Lanager\Providers\AppServiceProvider::class,
Zeropingheroes\Lanager\Providers\AuthServiceProvider::class,
Zeropingheroes\Lanager\Providers\ViewComposerServiceProvider::class,
GrahamCampbell\Markdown\MarkdownServiceProvider::class,
];

0 comments on commit a4c33c5

Please sign in to comment.