for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Gamer\Services;
class MenuService
{
public static function getAdminMenu()
$gamer = [];
$gamer[] = [
];
return $gamer;
}