We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c54c3 commit fba84c7Copy full SHA for fba84c7
src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php
@@ -1436,7 +1436,7 @@ public static function encryptUsing($encrypter)
1436
*
1437
* @return \Illuminate\Contracts\Encryption\Encrypter
1438
*/
1439
- protected static function currentEncrypter()
+ public static function currentEncrypter()
1440
{
1441
return static::$encrypter ?? Crypt::getFacadeRoot();
1442
}
0 commit comments