mirror of
https://github.com/flarum/core.git
synced 2025-10-11 15:04:25 +02:00
Refactor Flarum\Web and Flarum\Admin
- In order to be consistent with the Ember/LESS naming scheme, renamed Flarum\Web to Flarum\Forum. - Moved common classes into Flarum\Support so that Flarum\Admin doesn’t depend on Flarum\Forum. Also moved Actor into Flarum\Support as it doesn’t belong in the domain.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php namespace Flarum\Admin;
|
||||
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
use Flarum\Web\AssetManager;
|
||||
use Flarum\Support\AssetManager;
|
||||
|
||||
class AdminServiceProvider extends ServiceProvider
|
||||
{
|
||||
|
Reference in New Issue
Block a user