Skip to content

Commit

Permalink
Dev mode enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Meezaan-ud-Din committed Oct 20, 2017
1 parent f1a80dc commit 5e13472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/doctrineBootstrap.docker.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Doctrine\ORM\EntityManager;

$paths = array(realpath(__DIR__) . '/../src');
$isDevMode = false;
$isDevMode = true;

// the connection configuration

Expand Down

0 comments on commit 5e13472

Please sign in to comment.