Christoph Rumpel
Christoph Rumpel
:information_source: Laravel 6 now requires Carbon 2. While Shift reviewed your application for common breaking changes, you may want to review the [Carbon 2 migration notes](https://carbon.nesbot.com/docs/#api-carbon-2) for additional changes.
:warning: Previous versions of Laravel would bind parameters passed to the URL helper methods as placeholder values even if the names mismatched. In Laravel 6, named parameters not matching placeholders...
:information_source: Laravel 6 made [performance optimizations](https://github.com/laravel/framework/pull/28153) for _integer_ key types. If you are using a _string_ as your model's primary key, you may set the `$keyType` property on your model....
:information_source: The `mandrill` and `sparkpost` mail drivers, as well as the `rackspace` storage driver were removed in Laravel 6. If you were using these drivers, you may adopt a community...
:information_source: Previous versions of Laravel would retry jobs indefinitely. Beginning with Laravel 6, the `php artisan queue:work` now tries a job one time by default. If you want to force...
:information_source: Shift noticed you have additional namespaces in your application. You should consider using the [Consolidate Namespaces Shift](https://laravelshift.com/laravel-consolidate-custom-namespaces) to simplify your namespaces into the default Laravel `App` namespace.
Wanted to know that too.
Hey, my data is correct :-) Thanks. Greets Christoph Rumpel *'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*' Rumpel Christoph https://christoph-rumpel.com https://twitter.com/christophrumpel *'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'**'*'*'*'*' On Dec 13, 2018, 4:54 PM +0100, Yuri Yakovlev , wrote: > Hi everyone!...
Ok, actually I can't reset it myself. I can set the oauth tokens, because this method is public, but not the `consumer` method. So right now is no way to...
Hmm yeah I get you point here. My problem with this is, that I have mocked the oauth object which I provide it in a class constructor. Now when the...