Skip to content

Commit

Permalink
- static class dynamicly
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Akay committed Sep 14, 2024
1 parent f29aca2 commit a1d518b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlexyField.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static function dropAndCreatePivotViewForMysql(): void
);
-- Drop the view if it exists
SET @drop_view_sql = 'DROP VIEW IF EXISTS flexyfield.ff_values_pivot_view';
SET @drop_view_sql = 'DROP VIEW IF EXISTS ff_values_pivot_view';
PREPARE stmt FROM @drop_view_sql;
EXECUTE stmt;
DEALLOCATE PREPARE stmt;
Expand Down

0 comments on commit a1d518b

Please sign in to comment.