Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
laravel
/
horizon
/
src
/
Editing: PhpBinary.php
<?php namespace Laravel\Horizon; class PhpBinary { /** * Get the path to the PHP executable. * * @return string */ public static function path() { $escape = '\\' === DIRECTORY_SEPARATOR ? '"' : '\''; return $escape.PHP_BINARY.$escape; } }
Save
Cancel