mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Case insensitive EggFeature Listeners (#1303)
This commit is contained in:
@@ -41,7 +41,7 @@ abstract class FeatureProvider
|
||||
abstract public function getId(): string;
|
||||
|
||||
/**
|
||||
* A matching subset string (case-sensitive) from the console output
|
||||
* A matching subset string (case-insensitive) from the console output
|
||||
*
|
||||
* @return array<string>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user