Skip to content

Commit

Permalink
MigrationsExtension: add default value for migrations directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed Nov 25, 2017
1 parent 9b07b29 commit 1ddaa96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridges/NetteDI/MigrationsExtension.php
Expand Up @@ -18,7 +18,7 @@ class MigrationsExtension extends Nette\DI\CompilerExtension
{
/** @var array */
public $defaults = [
'dir' => NULL,
'dir' => '%appDir%/../migrations',
'phpParams' => [],
'driver' => NULL,
'dbal' => NULL,
Expand Down

0 comments on commit 1ddaa96

Please sign in to comment.