From be3854683781e79373e5f601e1bcc4cf34087a13 Mon Sep 17 00:00:00 2001 From: Ascendings Date: Wed, 20 Apr 2016 23:39:44 -0400 Subject: [PATCH] Fixed start.php problems --- app/start.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {