mirror of
https://github.com/flarum/framework.git
synced 2025-03-15 00:05:12 +08:00
parent
33beec3739
commit
e30de50f99
@ -115,7 +115,7 @@ class Extension implements Arrayable
|
||||
{
|
||||
$bootstrapper = $this->getBootstrapperPath();
|
||||
|
||||
if (!file_exists($bootstrapper)) {
|
||||
if (! file_exists($bootstrapper)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
namespace Flarum\Extension;
|
||||
|
||||
use Flarum\Database\Migrator;
|
||||
use Flarum\Extend\Compat;
|
||||
use Flarum\Extension\Event\Disabled;
|
||||
use Flarum\Extension\Event\Disabling;
|
||||
use Flarum\Extension\Event\Enabled;
|
||||
|
Loading…
x
Reference in New Issue
Block a user