Skip to content

Commit

Permalink
Merge pull request #21 from stefanheimes/patch-1
Browse files Browse the repository at this point in the history
Update SqlCommandsListener.php
  • Loading branch information
dmolineus authored Jul 27, 2023
2 parents edec0be + 786a0bb commit a2b8cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/SqlCommandsListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __invoke(array $queries): array
continue;
}

$queries[$view->getName()] = $this->connection->getDatabasePlatform()->getCreateViewSQL(
$queries['hofff-contao-language-relations'][$view->getName()] = $this->connection->getDatabasePlatform()->getCreateViewSQL(

Check failure on line 38 in src/EventListener/SqlCommandsListener.php

View workflow job for this annotation

GitHub Actions / PHP 7.4

Line exceeds maximum limit of 120 characters; contains 135 characters (reported by phpcs: Generic.Files.LineLength.MaxExceeded)

Check failure on line 38 in src/EventListener/SqlCommandsListener.php

View workflow job for this annotation

GitHub Actions / PHP 8.0

Line exceeds maximum limit of 120 characters; contains 135 characters (reported by phpcs: Generic.Files.LineLength.MaxExceeded)

Check failure on line 38 in src/EventListener/SqlCommandsListener.php

View workflow job for this annotation

GitHub Actions / PHP 8.1

Line exceeds maximum limit of 120 characters; contains 135 characters (reported by phpcs: Generic.Files.LineLength.MaxExceeded)
$view->getName(),
$view->getSql()
);
Expand Down

0 comments on commit a2b8cb8

Please sign in to comment.