1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Translate group names during serialization

closes #564
This commit is contained in:
Toby Zerner
2015-10-19 15:44:28 +10:30
parent 5cd2d6a79f
commit 96c42ed337
2 changed files with 31 additions and 4 deletions

View File

@@ -11,7 +11,6 @@
namespace Flarum\Core;
use Flarum\Core\Support\EventGeneratorTrait;
use Flarum\Core\Support\Locked;
use Flarum\Core\Support\ScopeVisibilityTrait;
use Flarum\Database\AbstractModel;
use Flarum\Event\GroupWasCreated;