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
plantuml-bundle
Commits
7785bebb
Commit
7785bebb
authored
Nov 20, 2018
by
Guillaume Perréal
Browse files
Déclaration des commandes.
parent
7ec074f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Resources/config/services.yml
View file @
7785bebb
...
...
@@ -74,3 +74,19 @@ services:
class
:
Irstea\PlantUmlBundle\Doctrine\DoctrineNamespace
abstract
:
true
public
:
false
irstea.plant_uml.command.generate
:
class
:
Irstea\PlantUmlBundle\Command\GenerateCommand
lazy
:
true
public
:
false
calls
:
-
[
setContainer
,
[
"
@service_container"
]
]
tags
:
-
{
name
:
console.command
}
irstea.plant_uml.command.render
:
class
:
Irstea\PlantUmlBundle\Command\RenderCommand
lazy
:
true
public
:
false
tags
:
-
{
name
:
console.command
}
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