tag = $tag; } /** * Resolve the tag. * * @param self $attribute * @param \Illuminate\Contracts\Container\Container $container * @return mixed */ public static function resolve(self $attribute, Container $container) { return $container->tagged($attribute->tag); } }