protected function setUpPaths(Container $app)
 {
     $paths = $app->getPath();
     $app['config']->set($paths);
     return $paths;
 }