Fixed start.php problems
This commit is contained in:
parent
02ff15a638
commit
be38546837
@ -10,7 +10,7 @@ use Noodlehaus\Config;
|
|||||||
|
|
||||||
// Our dependencies
|
// Our dependencies
|
||||||
use Fieldprotocol\Music\Album;
|
use Fieldprotocol\Music\Album;
|
||||||
use FieldProtocol\Music\Song;
|
use Fieldprotocol\Music\Song;
|
||||||
|
|
||||||
// Let's get this session started
|
// Let's get this session started
|
||||||
session_cache_limiter(false);
|
session_cache_limiter(false);
|
||||||
@ -52,7 +52,7 @@ require 'routes.php';
|
|||||||
// Album singleton
|
// Album singleton
|
||||||
$app->container->set('album', function() {
|
$app->container->set('album', function() {
|
||||||
return new Album;
|
return new Album;
|
||||||
})
|
});
|
||||||
|
|
||||||
// Song singleton
|
// Song singleton
|
||||||
$app->container->set('song', function() {
|
$app->container->set('song', function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user