Skip to content

Commit

Permalink
Merge pull request #735 from driehle/hotfix/bin-script
Browse files Browse the repository at this point in the history
fix #729: fixed include path in bin/doctrine-module
  • Loading branch information
driehle authored Oct 18, 2021
2 parents 6998099 + 24d377b commit 5b48441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/doctrine-module
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env php
<?php

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

0 comments on commit 5b48441

Please sign in to comment.