Skip to content

Commit

Permalink
feat(bundles): add MakerBundle to the application configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Jan 9, 2025
1 parent 2af6e5e commit a9b9ecb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/config/bundles.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* Copyright 2024 (C) IDMarinas - All Rights Reserved
* Copyright 2024-2025 (C) IDMarinas - All Rights Reserved
*
* Last modified by "IDMarinas" on 30/12/2024, 17:53
* Last modified by "IDMarinas" on 09/01/2025, 21:46
*
* @project IDMarinas Template Bundle
* @see https://github.com/idmarinas/idm-template-bundle
Expand All @@ -22,6 +22,7 @@
use Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle;
use Idm\Bundle\Template\IdmTemplateBundle;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Bundle\MakerBundle\MakerBundle;
use Zenstruck\Foundry\ZenstruckFoundryBundle;

return [
Expand All @@ -30,6 +31,7 @@
IdmTemplateBundle::class => ['all' => true],

// Dev-Test Bundles
MakerBundle::class => ['all' => true],
DoctrineFixturesBundle::class => ['all' => true],
DAMADoctrineTestBundle::class => ['all' => true],
ZenstruckFoundryBundle::class => ['all' => true],
Expand Down

0 comments on commit a9b9ecb

Please sign in to comment.