Skip to content

Commit

Permalink
fixed bundle class
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdot committed Jul 29, 2019
1 parent 807e153 commit f742274
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ContaoManager/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?php

/*
* This file is part of the ContaoChangeNewsMoreBundle Bundle.
* This file is part of the ContaoChangeNewsMore Bundle.
*
* (c) Nicolas Görlach <https://github.com/ngdot>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ContaoChangeNewsMoreBundleBundle\ContaoManager;
namespace ContaoChangeNewsMoreBundle\ContaoManager;

use ContaoChangeNewsMoreBundleBundle\ContaoChangeNewsMoreBundleBundle;
use ContaoChangeNewsMoreBundle\ContaoChangeNewsMoreBundle;
use Contao\CoreBundle\ContaoCoreBundle;
use Contao\ManagerPlugin\Bundle\BundlePluginInterface;
use Contao\ManagerPlugin\Bundle\Config\BundleConfig;
Expand All @@ -31,7 +31,7 @@ class Plugin implements BundlePluginInterface
public function getBundles(ParserInterface $parser)
{
return [
BundleConfig::create(ContaoChangeNewsMoreBundleBundle::class)
BundleConfig::create(ContaoChangeNewsMoreBundle::class)
->setLoadAfter([ContaoCoreBundle::class])
];
}
Expand Down

0 comments on commit f742274

Please sign in to comment.