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