Skip to content

Commit 5764d0c

Browse files
committed
refactor: change getFile() function to static.
1 parent 6eaa945 commit 5764d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Events/Events.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public static function setFiles(array $files)
246246
*
247247
* @return string[]
248248
*/
249-
public function getFiles()
249+
public static function getFiles()
250250
{
251251
return static::$files;
252252
}

0 commit comments

Comments
 (0)