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 8e3db42 commit aafcb5aCopy full SHA for aafcb5a
classes/Performer.php
@@ -79,7 +79,7 @@ public static function type(): string
79
/**
80
* Get the performer's cache instance
81
*/
82
- private static function cacheInstance(): Cache
+ protected static function cacheInstance(): Cache
83
{
84
return App::instance()->cache('tobimori.dreamform.performer');
85
}
0 commit comments