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

View file

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