1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00

Apply fixes from StyleCI (#1381)

[ci skip] [skip ci]
This commit is contained in:
Franz Liedke
2018-03-04 01:18:49 +01:00
committed by GitHub
parent 33beec3739
commit e30de50f99
2 changed files with 1 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ class Extension implements Arrayable
{ {
$bootstrapper = $this->getBootstrapperPath(); $bootstrapper = $this->getBootstrapperPath();
if (!file_exists($bootstrapper)) { if (! file_exists($bootstrapper)) {
return; return;
} }

View File

@@ -12,7 +12,6 @@
namespace Flarum\Extension; namespace Flarum\Extension;
use Flarum\Database\Migrator; use Flarum\Database\Migrator;
use Flarum\Extend\Compat;
use Flarum\Extension\Event\Disabled; use Flarum\Extension\Event\Disabled;
use Flarum\Extension\Event\Disabling; use Flarum\Extension\Event\Disabling;
use Flarum\Extension\Event\Enabled; use Flarum\Extension\Event\Enabled;