Skip to content

Commit b356b04

Browse files
[docs]: Fixed upgrade-7.topic
1 parent 6f91b48 commit b356b04

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/topics/upgrade-7.topic

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@
115115
<chapter title="Added suffixes for classes" id="added_suffixes_for_classes">
116116
<compare>
117117
<code-block lang="php">
118-
Commands\Install
119-
Commands\Make
120-
Commands\Operations
121-
Commands\Fresh
122-
Commands\Rollback
123-
Commands\Status
118+
Console\Install
119+
Console\Make
120+
Console\Operations
121+
Console\Fresh
122+
Console\Rollback
123+
Console\Status
124124
Processors\Fresh
125125
Processors\Install
126126
Processors\Make
@@ -135,12 +135,12 @@
135135
Values\Options
136136
</code-block>
137137
<code-block lang="php">
138-
Commands\InstallCommand
139-
Commands\MakeCommand
140-
Commands\OperationsCommand
141-
Commands\FreshCommand
142-
Commands\RollbackCommand
143-
Commands\StatusCommand
138+
Console\InstallCommand
139+
Console\MakeCommand
140+
Console\OperationsCommand
141+
Console\FreshCommand
142+
Console\RollbackCommand
143+
Console\StatusCommand
144144
Processors\FreshProcessor
145145
Processors\InstallProcessor
146146
Processors\MakeProcessor

0 commit comments

Comments
 (0)