Fix hashbang line in bin/console

This commit is contained in:
Hypolite Petovan 2018-03-18 13:26:51 -04:00
parent da6635898c
commit 0b542d0654
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env php #!/usr/bin/env php
<?php <?php
include_once dirname(__DIR__) . '/boot.php'; include_once dirname(__DIR__) . '/boot.php';