1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Update namespaces for beta 8

Refs flarum/core#1235.
This commit is contained in:
Franz Liedke
2017-10-01 19:56:38 +02:00
parent 3bca855696
commit 494f953ace
11 changed files with 37 additions and 37 deletions

View File

@@ -9,8 +9,8 @@
* file that was distributed with this source code.
*/
use Flarum\Core\Group;
use Flarum\Database\Migration;
use Flarum\Group\Group;
return Migration::addPermissions([
'discussion.flagPosts' => Group::MEMBER_ID,