Skip to content

Commit 7609350

Browse files
Fixed Error : Call to undefined method
1 parent 1adfeda commit 7609350

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Database/BaseRenameMigrationsActionsTableToActions.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44

55
namespace DragonCode\LaravelActions\Database;
66

7+
use DragonCode\LaravelActions\Action;
78
use DragonCode\LaravelActions\Helpers\Config;
89
use Illuminate\Support\Facades\Schema;
910
use RuntimeException;
1011

11-
class BaseRenameMigrationsActionsTableToActions
12+
class BaseRenameMigrationsActionsTableToActions extends Action
1213
{
1314
protected Config $config;
1415

0 commit comments

Comments
 (0)