We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adfeda commit 7609350Copy full SHA for 7609350
src/Database/BaseRenameMigrationsActionsTableToActions.php
@@ -4,11 +4,12 @@
4
5
namespace DragonCode\LaravelActions\Database;
6
7
+use DragonCode\LaravelActions\Action;
8
use DragonCode\LaravelActions\Helpers\Config;
9
use Illuminate\Support\Facades\Schema;
10
use RuntimeException;
11
-class BaseRenameMigrationsActionsTableToActions
12
+class BaseRenameMigrationsActionsTableToActions extends Action
13
{
14
protected Config $config;
15
0 commit comments