Replace GrahamCampbell/Core with core code. Closes #2669

This commit is contained in:
James Brooks
2018-06-17 09:40:09 +01:00
parent 37a5d8f1a6
commit ce3ab9d3eb
7 changed files with 325 additions and 2 deletions

View File

@@ -182,7 +182,6 @@ return [
env('APP_DEBUG') ? Barryvdh\Debugbar\ServiceProvider::class : null,
Fideloper\Proxy\TrustedProxyServiceProvider::class,
GrahamCampbell\Binput\BinputServiceProvider::class,
GrahamCampbell\Core\CoreServiceProvider::class,
GrahamCampbell\Exceptions\ExceptionsServiceProvider::class,
GrahamCampbell\Markdown\MarkdownServiceProvider::class,
GrahamCampbell\Security\SecurityServiceProvider::class,