Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
ng-model-generator-bundle
Commits
80b7aedf
Commit
80b7aedf
authored
Sep 08, 2020
by
Guillaume Perréal
Browse files
Supprime le status "final" des classes de commandes.
Cela empêche de créer des services "lazy".
parent
4207eec2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/php/Command/NgModelGenerateCommand.php
View file @
80b7aedf
...
...
@@ -38,7 +38,7 @@ use Symfony\Component\Console\Output\OutputInterface;
/**
* Class NgModelGenerateCommand.
*/
final
class
NgModelGenerateCommand
extends
Command
/*
final
*/
class
NgModelGenerateCommand
extends
Command
{
/**
* @var ModelGenerator
...
...
src/php/Command/NgModelMetadataCommand.php
View file @
80b7aedf
...
...
@@ -33,7 +33,7 @@ use Symfony\Component\Console\Output\OutputInterface;
/**
* Class NgModelMetadataCommand.
*/
final
class
NgModelMetadataCommand
extends
Command
/*
final
*/
class
NgModelMetadataCommand
extends
Command
{
/**
* @var MetadataFactoryInterface
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment