-
Notifications
You must be signed in to change notification settings - Fork 336
Open
Description
in line 72 of FirebirdSchema.php the compact function tries to add the variable 'parameters' to the array, but there is no such variable. Therefore one cannot define a role for access to a Firebird DB. An error message states that there is an error at a "comapct call".
Change this line to:
$settings = compact('schemaName', 'resourceName', 'name', 'internalName', 'quotedName'); //omit the 'parameters' variable
Metadata
Metadata
Assignees
Labels
No labels