Fix hashbang line in bin/console
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user