some cleanup of routes

This commit is contained in:
Nabeel Shahzad
2017-06-21 09:22:59 -05:00
parent 807316fd0e
commit 8dd29476c0
6 changed files with 28 additions and 52 deletions

View File

@@ -110,7 +110,7 @@ return [
'Flash' => Laracasts\Flash\Flash::class,
'Yaml' => Symfony\Component\Yaml\Yaml::class,
'Geotools' => Toin0u\Geotools\Facade\Geotools::class,
'Setting' => 'anlutro\LaravelSettings\Facade',
'Setting' => anlutro\LaravelSettings\Facade::class,
],
];