You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'A table named [%s] already exists. Change the table name settings in the [%s] configuration file.',
34
-
$name,
35
-
'config/deploy-operations.php'
36
-
)
37
-
);
31
+
thrownewRuntimeException(sprintf('A table named [%s] already exists. Change the table name settings in the [%s] configuration file.', $name, 'config/deploy-operations.php'));
0 commit comments