Skip to content

Commit

Permalink
Fix forgotten use stqtement producing fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Apr 28, 2018
1 parent 1a2e39f commit b9cce2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Core/StorageHandler/Database/Workflow.php
Expand Up @@ -7,6 +7,7 @@
use Kaliop\eZMigrationBundle\API\Value\MigrationDefinition;
use Kaliop\eZMigrationBundle\API\ConfigResolverInterface;
use Kaliop\eZWorkflowEngineBundle\API\Value\Workflow as APIWorkflow;
use eZ\Publish\Core\Persistence\Database\DatabaseHandler;
use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
use Doctrine\DBAL\Schema\Schema;

Expand Down
6 changes: 6 additions & 0 deletions WHATSNEW.md
@@ -1,3 +1,9 @@
Version 1.1.1
=============

* Fixed fatal error introduced in 1.1


Version 1.1
===========

Expand Down

0 comments on commit b9cce2f

Please sign in to comment.