1
0
mirror of https://github.com/flarum/core.git synced 2025-05-31 11:39:56 +02:00

Remove unused import

This commit is contained in:
Franz Liedke 2015-09-29 01:31:34 +02:00
parent 295f29e53e
commit 5382d0ce1a

View File

@ -16,7 +16,6 @@ use Flarum\Core\Model;
use Flarum\Core\Notifications\Notification;
use Flarum\Events\RegisterUserPreferences;
use Illuminate\Contracts\Hashing\Hasher;
use Flarum\Core\Formatter\FormatterManager;
use Flarum\Events\UserWasDeleted;
use Flarum\Events\PostWasDeleted;
use Flarum\Events\UserWasRegistered;