Skip to content

Commit

Permalink
#598 - Absolute path for includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed May 13, 2014
1 parent dbe3f17 commit be37057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/doctrine-dbal
@@ -1,4 +1,4 @@
#!/usr/bin/env php
<?php

__DIR__ . '/doctrine-dbal.php';
require __DIR__ . '/doctrine-dbal.php';

0 comments on commit be37057

Please sign in to comment.