for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Controllers\Admin;
use System\Controller as Controller;
class LogoutController extends Controller
{
public function index()
}