mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-26 17:54:39 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -30,7 +30,7 @@ class phpbb_controller_helper_route_other_app_test extends phpbb_controller_comm
|
||||
return 'app.php';
|
||||
}
|
||||
|
||||
protected function path_to_app()
|
||||
protected static function path_to_app()
|
||||
{
|
||||
return 'foo/';
|
||||
}
|
||||
|
Reference in New Issue
Block a user