<?php current(array|object $array): mixed
<?php { $value = Arr::get($this->context, $this->method); $value = (array) $value; $value = current($value); return $this->assets($value); }