diff --git a/app/start.php b/app/start.php index e73a486..7b85b42 100755 --- a/app/start.php +++ b/app/start.php @@ -10,7 +10,7 @@ use Noodlehaus\Config; // Our dependencies use Fieldprotocol\Music\Album; -use FieldProtocol\Music\Song; +use Fieldprotocol\Music\Song; // Let's get this session started session_cache_limiter(false); @@ -52,7 +52,7 @@ require 'routes.php'; // Album singleton $app->container->set('album', function() { return new Album; -}) +}); // Song singleton $app->container->set('song', function() {