There was an error while loading. Please reload this page.
1 parent c895495 commit 6262237Copy full SHA for 6262237
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