mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/avatars] Remove unnecessary "implements" from foobar avatar
PHPBB3-10018
This commit is contained in:
parent
232fa5b588
commit
ce653db491
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue