diff --git a/config/config.php b/config/config.php new file mode 100644 index 0000000..79789a2 --- /dev/null +++ b/config/config.php @@ -0,0 +1,9 @@ + function (ContainerInterface $container) { + return new Router($container); // ou passe dependĂȘncias se houver + } +];