mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-22 19:07:27 +01:00
[feature/avatars] Remove unnecessary "implements" from foobar avatar
PHPBB3-10018
This commit is contained in:
parent
232fa5b588
commit
ce653db491
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class phpbb_avatar_driver_foobar extends phpbb_avatar_driver implements phpbb_avatar_driver_interface
|
||||
class phpbb_avatar_driver_foobar extends phpbb_avatar_driver
|
||||
{
|
||||
public function get_data($row)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user