mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
committed by
StyleCI Bot
parent
9212330ac2
commit
4413848c11
@@ -26,11 +26,13 @@ class BusServiceProvider extends AbstractServiceProvider
|
||||
});
|
||||
|
||||
$this->app->alias(
|
||||
BaseDispatcher::class, DispatcherContract::class
|
||||
BaseDispatcher::class,
|
||||
DispatcherContract::class
|
||||
);
|
||||
|
||||
$this->app->alias(
|
||||
BaseDispatcher::class, QueueingDispatcherContract::class
|
||||
BaseDispatcher::class,
|
||||
QueueingDispatcherContract::class
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user