Pesticide Group

Group NameTrade Name
return s

Trade Name  

g $key * @param mixed $default * @return mixed */ public static function get($key = null, $default = null) { return static::$app['request']->input($key, $default);

Trade Name  

->input($key, $default); } /** * Get the registered name of the component. * *

Trade Name