mirror of
https://github.com/flarum/framework.git
synced 2025-05-30 12:05:47 +08:00
Add header comment; PSR-2 fixes; remove seeders
This commit is contained in:
@ -1,4 +1,14 @@
|
||||
<?php namespace Flarum\Core\Users;
|
||||
<?php
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
* (c) Toby Zerner <toby.zerner@gmail.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Flarum\Core\Users;
|
||||
|
||||
use Flarum\Core;
|
||||
use Flarum\Core\Groups\Group;
|
||||
|
Reference in New Issue
Block a user