• v1.25.0 ebbb4c01e0

    v1.25.0 Stable

    deblan released this 2024-05-12 22:55:11 +02:00 | 3 commits to master since this release

    Changed

    • upgrade murph/murph-core

    Upgrade

    Update src/Kernel by adding:

    use App\Core\DependencyInjection\Compiler\BuilderBlockPass;
    use Symfony\Component\DependencyInjection\ContainerBuilder;
    

    And

        protected function build(ContainerBuilder $container): void
        {
            $container->addCompilerPass(new BuilderBlockPass());
        }
    
    Downloads