mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
Move Group to its own namespace
We’ll need to add commands etc. for group management in the future
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php namespace Flarum\Api\Actions\Groups;
|
||||
|
||||
use Flarum\Core\Users\Group;
|
||||
use Flarum\Core\Groups\Group;
|
||||
use Flarum\Api\Actions\SerializeCollectionAction;
|
||||
use Flarum\Api\JsonApiRequest;
|
||||
use Tobscure\JsonApi\Document;
|
||||
|
Reference in New Issue
Block a user