Skip to content

Commit

Permalink
Merge pull request #8564 from cybercitizen7/featureIncludeDirectory
Browse files Browse the repository at this point in the history
Adding DIR to include statement to fix issue with pathing
  • Loading branch information
greg0ire committed Mar 26, 2021
2 parents c8f2f61 + eb4e317 commit 3f3de70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/doctrine
@@ -1,4 +1,4 @@
#!/usr/bin/env php
<?php

include('doctrine.php');
include(__DIR__ . '/doctrine.php');

0 comments on commit 3f3de70

Please sign in to comment.