File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
|--------------------------------------------------------------------------
11
11
|
12
12
| `ran`:
13
- | This listens to `MigrationStarted` event which is dispatched before each
13
+ | This listens to `MigrationStarted` event which is dispatched before each
14
14
| migration file is run. This listener is responsible for collecting the
15
- | schema events that will be occurring during the run.
15
+ | schema events that will be occurring during the run.
16
16
|
17
17
| `finished`:
18
- | This listens for the completion of migrations being run and emits all
19
- | of the collected schema events. If this is
18
+ | This listens for the completion of migrations being run and emits all
19
+ | of the collected schema events. If this is
20
20
|
21
21
*/
22
22
'listeners ' => [
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public function renamed(): Collection
58
58
}
59
59
60
60
/**
61
- * @param Collection<TableCreated|TableChanged|TableDropped|TableRenamed> $events
61
+ * @param Collection<TableCreated|TableChanged|TableDropped|TableRenamed> $events
62
62
*/
63
63
public function store (Collection $ events ): void
64
64
{
You can’t perform that action at this time.
0 commit comments