Skip to content

Commit

Permalink
Fix unable to find template "OkvpnMigrationBundle::schema-diff-templa…
Browse files Browse the repository at this point in the history
…te.php.twig" on symfony 3.4
  • Loading branch information
vtsykun committed Dec 30, 2017
1 parent 07ad969 commit 2c0fb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/SchemaDiffDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class SchemaDiffDumper
{
const SCHEMA_TEMPLATE = 'OkvpnMigrationBundle::schema-diff-template.php.twig';
const SCHEMA_TEMPLATE = '@OkvpnMigration/schema-diff-template.php.twig';
const DEFAULT_CLASS_NAME = 'AllMigration';
const DEFAULT_VERSION = 'v1_0';

Expand Down

0 comments on commit 2c0fb0c

Please sign in to comment.