Skip to content

Commit aafcb5a

Browse files
authored
fix: language server issues
1 parent 8e3db42 commit aafcb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Performer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static function type(): string
7979
/**
8080
* Get the performer's cache instance
8181
*/
82-
private static function cacheInstance(): Cache
82+
protected static function cacheInstance(): Cache
8383
{
8484
return App::instance()->cache('tobimori.dreamform.performer');
8585
}

0 commit comments

Comments
 (0)