1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 02:31:17 +02:00
This commit is contained in:
Davis
2016-09-12 22:28:03 -05:00
committed by GitHub
parent 428f9df2ae
commit 4819523742

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
@@ -7,7 +8,7 @@
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace Flarum\Event; namespace Flarum\Event;
use Flarum\Extension\Extension; use Flarum\Extension\Extension;
@@ -18,6 +19,7 @@ class ExtensionWillBeDisabled
* @var string * @var string
*/ */
protected $extension; protected $extension;
/** /**
* @param Extension $extension * @param Extension $extension
*/ */