mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 23:09:46 +08:00
Make StyleCL Happy
This commit is contained in:
parent
1a5d7a337d
commit
c8122a7879
|
@ -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…
Reference in New Issue
Block a user