File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
* @property Collection<string> $addedForeignKeys
19
19
* @property Collection<string> $droppedForeignKeys
20
20
*/
21
- final readonly class TableChanged
21
+ readonly class TableChanged
22
22
{
23
23
use ParsesBlueprint;
24
24
Original file line number Diff line number Diff line change 12
12
* @property Collection<string> $indexes
13
13
* @property Collection<string> $foreignKeys
14
14
*/
15
- final readonly class TableCreated
15
+ readonly class TableCreated
16
16
{
17
17
use ParsesBlueprint;
18
18
Original file line number Diff line number Diff line change 4
4
5
5
use Illuminate \Database \Connection ;
6
6
7
- final readonly class TableDropped
7
+ readonly class TableDropped
8
8
{
9
9
public function __construct (
10
10
public string $ connection ,
Original file line number Diff line number Diff line change 4
4
5
5
use Illuminate \Database \Connection ;
6
6
7
- final readonly class TableRenamed
7
+ readonly class TableRenamed
8
8
{
9
9
public function __construct (
10
10
public string $ connection ,
You can’t perform that action at this time.
0 commit comments