mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[feature/passwords] Remove unneeded definitions of full namespace
PHPBB3-11610
This commit is contained in:
@@ -24,7 +24,7 @@ class helper
|
||||
*
|
||||
* @param phpbb\passwords\manager $manager Passwords manager object
|
||||
*/
|
||||
public function set_manager(\phpbb\passwords\manager $manager)
|
||||
public function set_manager(manager $manager)
|
||||
{
|
||||
$this->manager = $manager;
|
||||
}
|
||||
|
Reference in New Issue
Block a user