Closed
Description
Laravel Version
11.7.0
PHP Version
8.3
Database Driver & Version
No response
Description
After upgrading to laravel 11.7.0 from 11.5.0 I am getting this error in some places:
Carbon\Carbon::rawAddUnit(): Argument #1 ($date) must be of type Carbon\Carbon, Illuminate\Support\Carbon given, called in /var/www/html/vendor/nesbot/carbon/src/Carbon/Traits/Units.php on line 356
Steps To Reproduce
here is the stack trace about this error that happens on the ProcessPendingUpdates
job of telescope package.
<html>
<body>
<!--StartFragment-->
/var/www/html/vendor/nesbot/carbon/src/Carbon/Traits/Units.php:356
--
/var/www/html/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:2943
/var/www/html/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:2616
/var/www/html/vendor/laravel/telescope/src/Jobs/ProcessPendingUpdates.php:56
/var/www/html/vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
/var/www/html/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php:554
/var/www/html/vendor/laravel/telescope/src/Jobs/ProcessPendingUpdates.php:53
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Util.php:41
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php:662
/var/www/html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:128
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:144
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:119
/var/www/html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:132
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:124
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:144
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:119
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:123
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:71
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php:102
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:439
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:389
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:176
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php:139
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php:122
/var/www/html/vendor/laravel/horizon/src/Console/WorkCommand.php:51
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Util.php:41
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php:662
/var/www/html/vendor/laravel/framework/src/Illuminate/Console/Command.php:212
/var/www/html/vendor/symfony/console/Command/Command.php:279
/var/www/html/vendor/laravel/framework/src/Illuminate/Console/Command.php:181
/var/www/html/vendor/symfony/console/Application.php:1049
/var/www/html/vendor/symfony/console/Application.php:318
/var/www/html/vendor/symfony/console/Application.php:169
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:196
/var/www/html/artisan:35
<!--EndFragment-->
</body>
</html>