We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2545686 commit 9565cfaCopy full SHA for 9565cfa
README.md
@@ -3,22 +3,7 @@
3
Register the commands in your `services.yaml`.
4
5
```yaml
6
- Tspm\DatabaseCommand\Command\SchemaExistsCommand: ~
+ Brainbits\DatabaseCommand\Command\SchemaExistsCommand: ~
7
8
- Tspm\DatabaseCommand\Command\WaitForDatabaseCommand: ~
9
-```
10
-
11
-For older symfony systems use:
12
-```yaml
13
- Tspm\DatabaseCommand\Command\SchemaExistsCommand:
14
- arguments:
15
- $connection: '@doctrine.dbal.default_connection'
16
- tags:
17
- - { name: 'console.command' }
18
19
- Tspm\DatabaseCommand\Command\WaitForDatabaseCommand:
20
21
22
23
+ Brainbits\DatabaseCommand\Command\WaitForDatabaseCommand: ~
24
```
0 commit comments