/var/www/flurhymez/vendor/laravel/framework/src/Illuminate/Container
NameSizeModeActions
BoundMethod.php67990644editdlrm
composer.json8940755editdlrm
Container.php406190755editdlrm
ContextualBindingBuilder.php24020644editdlrm
EntryNotFoundException.php1980644editdlrm
LICENSE.md10750644editdlrm
RewindableGenerator.php11450644editdlrm
Util.php16360644editdlrm
Edit: /var/www/flurhymez/vendor/laravel/framework/src/Illuminate/Container/RewindableGenerator.php (1145B)
count = $count; $this->generator = $generator; } /** * Get an iterator from the generator. * * @return mixed */ #[\ReturnTypeWillChange] public function getIterator() { return ($this->generator)(); } /** * Get the total number of tagged services. * * @return int */ #[\ReturnTypeWillChange] public function count() { if (is_callable($count = $this->count)) { $this->count = $count(); } return $this->count; } }