diff --git a/index.php b/index.php index 8a1206f..8fb0728 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,6 @@ set('app.root', __DIR__); // Configure the application componentes -$container->call(ConfigComposer::class); -$container->call(FinderComposer::class); -$container->call(ViewComposer::class); +$container->call(Bootstrap\ConfigComposer::class); +$container->call(Bootstrap\FinderComposer::class); +$container->call(Bootstrap\ViewComposer::class); // Create the application $app = Bridge::create($container);