for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Gamer\Http\Controllers\Root;
use Gamer\Http\Controllers\Controller as BaseController;
class Controller extends BaseController
{
public function __construct()
parent::__construct();
}