Run quickstart script

This commit is contained in:
brabli
2025-11-27 13:31:15 +00:00
parent 2a82b5c0b1
commit 0633768582
7 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Pcm\ExampleBundle;
namespace Pcm\MetadataBundle;
final class Greeting
{

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Pcm\ExampleBundle;
namespace Pcm\MetadataBundle;
use Symfony\Component\Config\Definition\Configurator\DefinitionConfigurator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
@@ -12,7 +12,7 @@ use Symfony\Component\HttpKernel\Bundle\AbstractBundle;
/**
* This class represents the bundle.
*/
final class PcmExampleBundle extends AbstractBundle
final class PcmMetadataBundle extends AbstractBundle
{
/**
* @param array<string, mixed> $config