8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In laravel i'm has exception:
InvalidArgumentException : Unknown setter 'date'
at /var/www/{PH}/data/www/{PH}/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:1187 1183| break; 1184| } 1185| 1186| if ($this->localStrictModeEnabled ?? static::isStrictModeEnabled()) {
1187| throw new InvalidArgumentException(sprintf("Unknown setter '%s'", $name)); 1188| } 1189| 1190| $this->$name = $value; 1191| }
Exception trace:
1 Carbon\Carbon::set("date", "2019-12-16 11:16:44.617064") /var/www/{PH}/data/www/{PH}/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:1063
2 Carbon\Carbon::__set("date", "2019-12-16 11:16:44.617064") [internal]:0
Please use the argument -v to see more details.
What is this?
Code in artisan command:
$pool->add(function () use ($task, $step, $sender, $login, $password, $key, $args, $que, $chanel, $_this) { ... })->then( ... );
Never to use Carbon in my app, but him is give me exception on work. If i'm disabled or removing Pool from script, him has normal work.
The text was updated successfully, but these errors were encountered:
Please read #97
Sorry, something went wrong.
@brendt I can understand that #97 is not resolved yet and @spatie need to contribute few example of booted framework.
I believe that #97 should be re-open for more feedback and solutions.
No branches or pull requests
In laravel i'm has exception:
InvalidArgumentException : Unknown setter 'date'
at /var/www/{PH}/data/www/{PH}/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:1187
1183| break;
1184| }
1185|
1186| if ($this->localStrictModeEnabled ?? static::isStrictModeEnabled()) {
Exception trace:
1 Carbon\Carbon::set("date", "2019-12-16 11:16:44.617064")
/var/www/{PH}/data/www/{PH}/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:1063
2 Carbon\Carbon::__set("date", "2019-12-16 11:16:44.617064")
[internal]:0
Please use the argument -v to see more details.
What is this?
Code in artisan command:
$pool->add(function () use ($task, $step, $sender, $login, $password, $key, $args, $que, $chanel, $_this) {
...
})->then( ... );
Never to use Carbon in my app, but him is give me exception on work.
If i'm disabled or removing Pool from script, him has normal work.
The text was updated successfully, but these errors were encountered: