Skip to content

Commit beb0d42

Browse files
committed
Order service providers
1 parent 5b460d2 commit beb0d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@
181181
Barryvdh\Cors\ServiceProvider::class,
182182
Fideloper\Proxy\TrustedProxyServiceProvider::class,
183183
GrahamCampbell\Binput\BinputServiceProvider::class,
184-
GrahamCampbell\Exceptions\ExceptionsServiceProvider::class,
185184
GrahamCampbell\Core\CoreServiceProvider::class,
185+
GrahamCampbell\Exceptions\ExceptionsServiceProvider::class,
186186
GrahamCampbell\Markdown\MarkdownServiceProvider::class,
187187
GrahamCampbell\Security\SecurityServiceProvider::class,
188188
Jenssegers\Date\DateServiceProvider::class,

0 commit comments

Comments
 (0)