#21 basic listings/model configs

This commit is contained in:
Nabeel Shahzad
2017-07-02 21:25:48 -05:00
parent ddc2ed4d89
commit 9b6f9e9586
6 changed files with 52 additions and 21 deletions

View File

@@ -111,6 +111,7 @@ return [
'Yaml' => Symfony\Component\Yaml\Yaml::class,
'Geotools' => Toin0u\Geotools\Facade\Geotools::class,
'Setting' => anlutro\LaravelSettings\Facade::class,
'Utils' => App\Facades\Utils::class,
],
];