We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed2c79 commit b8c8bfbCopy full SHA for b8c8bfb
Entity/GenericApplication.php
@@ -21,7 +21,7 @@ class GenericApplication extends AbstractApplication
21
/**
22
* @return string
23
*/
24
- public function getType()
+ public static function getType()
25
{
26
return self::TYPE;
27
}
0 commit comments