И
Size: a a a
И
И
AB
AB
S
AB
AB
AB
AB
S
AB
SS
И
SS
/**
* Register a new GET route with the router.
*
* @param string $uri
* @param \Closure|array|string|callable|null $action
* @return \Illuminate\Routing\Route
*/
public function get($uri, $action = null)
{
return $this->addRoute(['GET', 'HEAD'], $uri, $action);
}
A
VI
A
VI
A
VI