mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-04 04:35:33 +01:00
Make methods static
This commit is contained in:
parent
c10906e56e
commit
cdefa25638
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ class FakePartials extends Partials
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function getFilePattern($directoryName)
|
||||
protected static function getFilePattern($directoryName)
|
||||
{
|
||||
return __DIR__ . '/../../stubs/filters/*.php';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue