mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/10411] Use DIC to get the groupposition classes
PHPBB3-10411
This commit is contained in:
@@ -81,12 +81,4 @@ interface phpbb_groupposition_interface
|
||||
* @return null
|
||||
*/
|
||||
public function move($group_id, $delta);
|
||||
|
||||
/**
|
||||
* Error
|
||||
*
|
||||
* @param string $message Error message to display
|
||||
* @return null
|
||||
*/
|
||||
public function error($message);
|
||||
}
|
||||
|
Reference in New Issue
Block a user