We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb1228 commit 6a728c9Copy full SHA for 6a728c9
web/reload-fixtures.php
@@ -2,7 +2,7 @@
2
<?php
3
4
$output = $return_var = null;
5
-$command = __DIR__.'/../app/console -v doctrine:phpcr:fixtures:load -e=prod';
+$command = __DIR__.'/../bin/console -v doctrine:phpcr:fixtures:load -e=prod';
6
echo "Running: $command\n";
7
exec($command, $output, $return_var);
8
0 commit comments