mirror of
https://github.com/flarum/core.git
synced 2025-10-12 15:34:26 +02:00
Add Interface suffix
This commit is contained in:
@@ -18,7 +18,7 @@ use Illuminate\Contracts\Container\Container;
|
||||
use InvalidArgumentException;
|
||||
use RuntimeException;
|
||||
|
||||
class LanguagePack implements Extender
|
||||
class LanguagePack implements ExtenderInterface
|
||||
{
|
||||
public function __invoke(Container $container, Extension $extension = null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user