for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Support\Mechanics;
class Linux extends Untrained
{
/**
* Return the User's home directory path.
*
* @return string
*/
public function getUserHomePath()
return $this->serverBag->get('HOME');
}