JSON response provider

This commit is contained in:
2021-03-29 23:47:55 +01:00
parent 14a8e9e9d5
commit 6d94263ede
6 changed files with 168 additions and 0 deletions

View File

@@ -244,6 +244,7 @@ return [
\App\Providers\MojangStatusProvider::class,
\App\Providers\OptionsProvider::class,
App\Providers\DigitalStorageProvider::class,
App\Providers\JSONProvider::class,
],
@@ -301,6 +302,7 @@ return [
'Markdown' => GrahamCampbell\Markdown\Facades\Markdown::class,
'ContextAwareValidator' => App\Facades\ContextAwareValidation::class,
'Settings' => App\Facades\Options::class,
'JSON' => App\Facades\JSON::class
],