Skip to content

Commit 8466ec2

Browse files
committed
Use env shebang for artisan
I noticed the shebang for artisan is #!/usr/bin/php, but it might be better to change it to use#!/usr/bin/env php instead. See Shawn Coates's use env blog article for a good explanation.
1 parent 397f66f commit 8466ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

artisan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/php
1+
#!/usr/bin/env php
22

33
<?php
44

0 commit comments

Comments
 (0)