-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9ce261
commit 5786aa4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5786aa4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@taylorotwell
Good evening bro,
Found this change as I've got a crash in our code after migrating to 6.x,
You've added the call to $this->encrypter->getKey() here,
where $this->encrypter contract is
\Illuminate\Contracts\Encryption\Encrypter
while that contract has no
public getKey()
declared while I guess now it should be:https://github.com/laravel/framework/blob/8.x/src/Illuminate/Contracts/Encryption/Encrypter.php
So whoever is customizing Encryptor - isn't aware that this method is now required in 6.x
I'd make a PR if you agree, I just not sure which branch to, techincally it's in all 6.x, 7.x and 8.x, so requires 3 PRs?
Let me know, thanks.
5786aa4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@denis-chmel Hello ! Did you have any answer or did you submit something ? Thanx in advance
5786aa4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#38772