mirror of
https://github.com/flarum/framework.git
synced 2025-02-23 06:57:42 +08:00
Make StyleCL Happy
This commit is contained in:
parent
efcbf200c5
commit
e4b5ebb69f
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
@ -11,10 +12,10 @@
|
||||
namespace Flarum\Core\Listener;
|
||||
|
||||
use Flarum\Event\ExtensionWillBeDisabled;
|
||||
use Illuminate\Contracts\Events\Dispatcher;
|
||||
use Flarum\Http\Exception\MethodNotAllowedException;
|
||||
use Illuminate\Contracts\Events\Dispatcher;
|
||||
|
||||
class ExtensionModificationValidator
|
||||
class ExtensionValidator
|
||||
{
|
||||
/**
|
||||
* @param Dispatcher $events
|
||||
|
Loading…
x
Reference in New Issue
Block a user