This repository has been archived by the owner on May 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some Bundle instances. Work with abstracts.
Some bundles were removing console-autoload by themselves. AbstractElcodiBundle do this by default.
- Loading branch information
mmoreram
committed
Nov 28, 2015
1 parent
165bddd
commit a7ef3d0
Showing
30 changed files
with
70 additions
and
480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,19 +17,18 @@ | |
|
||
namespace Elcodi\Common\FirewallBundle; | ||
|
||
use Symfony\Component\Console\Application; | ||
use Symfony\Component\DependencyInjection\ContainerBuilder; | ||
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface; | ||
use Symfony\Component\HttpKernel\Bundle\Bundle; | ||
|
||
use Elcodi\Bundle\CoreBundle\Abstracts\AbstractElcodiBundle; | ||
use Elcodi\Common\FirewallBundle\CompilerPass\FirewallCompilerPass; | ||
|
||
/** | ||
* Class ElcodiFirewallBundle | ||
* | ||
* @author Berny Cantos <[email protected]> | ||
*/ | ||
class ElcodiFirewallBundle extends Bundle | ||
class ElcodiFirewallBundle extends AbstractElcodiBundle | ||
{ | ||
/** | ||
* Builds the bundle. | ||
|
@@ -57,18 +56,4 @@ public function getContainerExtension() | |
{ | ||
return null; | ||
} | ||
|
||
/** | ||
* Register Commands. | ||
* | ||
* Disabled as commands are registered as services. | ||
* | ||
* @param Application $application An Application instance | ||
* | ||
* @return null | ||
*/ | ||
public function registerCommands(Application $application) | ||
{ | ||
return null; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.