use ArrayIterator;use Illuminate\Support\Traits\EnumeratesValues;use Illuminate\Support\Traits\Macroable;use stdClass;class Collection implements ArrayAccess, Enumerable{ use EnumeratesValues, Macroable; /** * The items contained in the collection.|
FatalError
|
|---|
Symfony\Component\ErrorHandler\Error\FatalError:
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/v12softsuitetech/public_html/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1349
Stack trace:
#0 /home/v12softsuitetech/public_html/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/v12softsu...', 1349)
#1 /home/v12softsuitetech/public_html/vendor/composer/ClassLoader.php(576): include('/home/v12softsu...')
#2 /home/v12softsuitetech/public_html/vendor/composer/ClassLoader.php(427): Composer\Autoload\{closure}('/home/v12softsu...')
#3 /home/v12softsuitetech/public_html/vendor/laravel/framework/src/Illuminate/Support/helpers.php(110): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')
#4 /home/v12softsuitetech/public_html/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(130): collect(Array)
#5 /home/v12softsuitetech/public_html/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(106): Illuminate\Foundation\PackageManifest->build()
#6 /home/v12softsuitetech/public_html/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): Illuminate\Foundation\PackageManifest->getManifest()
#7 /home/v12softsuitetech/public_html/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')
#8 /home/v12softsuitetech/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()
#9 /home/v12softsuitetech/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(230): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))
#10 /home/v12softsuitetech/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(151): Illuminate\Foundation\Application->bootstrapWith(Array)
#11 /home/v12softsuitetech/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(135): Illuminate\Foundation\Http\Kernel->bootstrap()
#12 /home/v12softsuitetech/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(109): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))
#13 /home/v12softsuitetech/public_html/public/index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))
#14 /home/v12softsuitetech/public_html/server.php(21): require_once('/home/v12softsu...')
#15 {main}
at /home/v12softsuitetech/public_html/vendor/laravel/framework/src/Illuminate/Support/Collection.php:11
|