Skip to content

Commit 57e8a07

Browse files
Fixed Error: Class "ChangeMigrationActionsTable" not found
1 parent 4b73890 commit 57e8a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/named/2022_08_18_180137_change_migration_actions_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
use DragonCode\LaravelActions\Database\BaseChangeColumn;
44

5-
class ChangeActionsTable extends BaseChangeColumn
5+
class ChangeMigrationActionsTable extends BaseChangeColumn
66
{
77
}

0 commit comments

Comments
 (0)