mirror of
https://github.com/flarum/core.git
synced 2025-10-18 18:26:07 +02:00
Fix trait imports
This commit is contained in:
@@ -56,7 +56,7 @@ use Symfony\Component\HttpFoundation\Session\SessionInterface;
|
||||
*/
|
||||
class User extends AbstractModel
|
||||
{
|
||||
use Flarum\Foundation\EventGeneratorTrait;
|
||||
use EventGeneratorTrait;
|
||||
use ScopeVisibilityTrait;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user