mirror of
https://github.com/flarum/core.git
synced 2025-07-23 17:51:24 +02:00
StyleCl
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
@@ -7,7 +8,7 @@
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
|
||||
namespace Flarum\Event;
|
||||
|
||||
use Flarum\Extension\Extension;
|
||||
@@ -18,6 +19,7 @@ class ExtensionWillBeDisabled
|
||||
* @var string
|
||||
*/
|
||||
protected $extension;
|
||||
|
||||
/**
|
||||
* @param Extension $extension
|
||||
*/
|
||||
|
Reference in New Issue
Block a user