/home/techb158/ileadtechnology.com/vendor/laravel/framework/src/Illuminate/Container
NameSizeModeActions
BoundMethod.php67180644editdlrm
composer.json8960755editdlrm
Container.php363860755editdlrm
ContextualBindingBuilder.php20250644editdlrm
EntryNotFoundException.php1980644editdlrm
LICENSE.md10750644editdlrm
RewindableGenerator.php10870644editdlrm
Util.php16100644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/laravel/framework/src/Illuminate/Container/Util.php (1610B)
getType(); if (! $type instanceof ReflectionNamedType || $type->isBuiltin()) { return; } $name = $type->getName(); if (! is_null($class = $parameter->getDeclaringClass())) { if ($name === 'self') { return $class->getName(); } if ($name === 'parent' && $parent = $class->getParentClass()) { return $parent->getName(); } } return $name; } }