mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.14' into 2.0
* 1.14: Remove winzouStateMachineBundle from packages' test applications to support ResourceBundle 1.12
This commit is contained in:
commit
5f8e5f1ab0
27 changed files with 0 additions and 27 deletions
|
|
@ -41,7 +41,6 @@ Don't worry, everything was automatically installed via Composer.
|
||||||
public function registerBundles()
|
public function registerBundles()
|
||||||
{
|
{
|
||||||
$bundles = array(
|
$bundles = array(
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,6 @@ Don't worry, everything was automatically installed via Composer.
|
||||||
public function registerBundles()
|
public function registerBundles()
|
||||||
{
|
{
|
||||||
$bundles = array(
|
$bundles = array(
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Sylius\Bundle\AttributeBundle\SyliusAttributeBundle(),
|
new Sylius\Bundle\AttributeBundle\SyliusAttributeBundle(),
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@ Don't worry, everything was automatically installed via Composer.
|
||||||
$bundles = array(
|
$bundles = array(
|
||||||
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
|
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
|
||||||
new Sylius\Bundle\CustomerBundle\SyliusCustomerBundle(),
|
new Sylius\Bundle\CustomerBundle\SyliusCustomerBundle(),
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,6 @@ Don't worry, everything was automatically installed via Composer.
|
||||||
public function registerBundles()
|
public function registerBundles()
|
||||||
{
|
{
|
||||||
$bundles = array(
|
$bundles = array(
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@ Don't worry, everything was automatically installed via Composer.
|
||||||
$bundles = array(
|
$bundles = array(
|
||||||
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new Sylius\Bundle\ProductBundle\SyliusProductBundle(),
|
new Sylius\Bundle\ProductBundle\SyliusProductBundle(),
|
||||||
new Sylius\Bundle\AttributeBundle\SyliusAttributeBundle(),
|
new Sylius\Bundle\AttributeBundle\SyliusAttributeBundle(),
|
||||||
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
|
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@ Don't worry, everything was automatically installed via Composer.
|
||||||
$bundles = array(
|
$bundles = array(
|
||||||
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
|
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
|
||||||
new Sylius\Bundle\PromotionBundle\SyliusPromotionBundle(),
|
new Sylius\Bundle\PromotionBundle\SyliusPromotionBundle(),
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,6 @@ Don't worry, everything was automatically installed via Composer.
|
||||||
public function registerBundles()
|
public function registerBundles()
|
||||||
{
|
{
|
||||||
$bundles = array(
|
$bundles = array(
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Sylius\Bundle\ShippingBundle\SyliusShippingBundle(),
|
new Sylius\Bundle\ShippingBundle\SyliusShippingBundle(),
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,6 @@ Don't worry, everything was automatically installed via Composer.
|
||||||
public function registerBundles()
|
public function registerBundles()
|
||||||
{
|
{
|
||||||
$bundles = array(
|
$bundles = array(
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Sylius\Bundle\TaxationBundle\SyliusTaxationBundle(),
|
new Sylius\Bundle\TaxationBundle\SyliusTaxationBundle(),
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,6 @@ Don't worry, everything was automatically installed via Composer.
|
||||||
public function registerBundles()
|
public function registerBundles()
|
||||||
{
|
{
|
||||||
$bundles = array(
|
$bundles = array(
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Sylius\Bundle\TaxonomyBundle\SyliusTaxonomyBundle(),
|
new Sylius\Bundle\TaxonomyBundle\SyliusTaxonomyBundle(),
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@ Don't worry, everything was automatically installed via Composer.
|
||||||
$bundles = array(
|
$bundles = array(
|
||||||
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
|
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
|
||||||
new Sylius\Bundle\MailerBundle\SyliusMailerBundle(),
|
new Sylius\Bundle\MailerBundle\SyliusMailerBundle(),
|
||||||
new Sylius\Bundle\UserBundle\SyliusUserBundle(),
|
new Sylius\Bundle\UserBundle\SyliusUserBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\AddressingBundle\SyliusAddressingBundle(),
|
new Sylius\Bundle\AddressingBundle\SyliusAddressingBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\AttributeBundle\SyliusAttributeBundle(),
|
new Sylius\Bundle\AttributeBundle\SyliusAttributeBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\ChannelBundle\SyliusChannelBundle(),
|
new Sylius\Bundle\ChannelBundle\SyliusChannelBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\CurrencyBundle\SyliusCurrencyBundle(),
|
new Sylius\Bundle\CurrencyBundle\SyliusCurrencyBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\CustomerBundle\SyliusCustomerBundle(),
|
new Sylius\Bundle\CustomerBundle\SyliusCustomerBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
|
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
|
||||||
new Sylius\Bundle\InventoryBundle\SyliusInventoryBundle(),
|
new Sylius\Bundle\InventoryBundle\SyliusInventoryBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\LocaleBundle\SyliusLocaleBundle(),
|
new Sylius\Bundle\LocaleBundle\SyliusLocaleBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\MoneyBundle\SyliusMoneyBundle(),
|
new Sylius\Bundle\MoneyBundle\SyliusMoneyBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\MoneyBundle\SyliusMoneyBundle(),
|
new Sylius\Bundle\MoneyBundle\SyliusMoneyBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\PaymentBundle\SyliusPaymentBundle(),
|
new Sylius\Bundle\PaymentBundle\SyliusPaymentBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\AttributeBundle\SyliusAttributeBundle(),
|
new Sylius\Bundle\AttributeBundle\SyliusAttributeBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\PromotionBundle\SyliusPromotionBundle(),
|
new Sylius\Bundle\PromotionBundle\SyliusPromotionBundle(),
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@ class AppKernel extends Kernel
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
|
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\UserBundle\SyliusUserBundle(),
|
new Sylius\Bundle\UserBundle\SyliusUserBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\ShippingBundle\SyliusShippingBundle(),
|
new Sylius\Bundle\ShippingBundle\SyliusShippingBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\TaxationBundle\SyliusTaxationBundle(),
|
new Sylius\Bundle\TaxationBundle\SyliusTaxationBundle(),
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ class AppKernel extends Kernel
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\TaxonomyBundle\SyliusTaxonomyBundle(),
|
new Sylius\Bundle\TaxonomyBundle\SyliusTaxonomyBundle(),
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@ class AppKernel extends Kernel
|
||||||
return [
|
return [
|
||||||
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
|
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
|
||||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
|
||||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Sylius\Bundle\UserBundle\SyliusUserBundle(),
|
new Sylius\Bundle\UserBundle\SyliusUserBundle(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue