Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 3, 2024
1 parent da01ed7 commit 95b6483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

namespace FoF\Terms;

use Flarum\Gdpr\Extend\UserData;
use Flarum\Api\Controller\ShowForumController;
use Flarum\Api\Serializer\BasicUserSerializer;
use Flarum\Api\Serializer\ForumSerializer;
use Flarum\Database\AbstractModel;
use Flarum\Extend;
use Flarum\Gdpr\Extend\UserData;
use Flarum\User\User;
use FoF\Terms\Middlewares\RegisterMiddleware;
use FoF\Terms\Repositories\PolicyRepository;
Expand Down
2 changes: 1 addition & 1 deletion src/Data/UserPolicyData.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

namespace FoF\Terms\Data;

use Flarum\Gdpr\Data\Type;
use Carbon\Carbon;
use Flarum\Gdpr\Data\Type;
use FoF\Terms\Policy;
use FoF\Terms\Repositories\PolicyRepository;
use Illuminate\Database\Eloquent\Collection;
Expand Down

0 comments on commit 95b6483

Please sign in to comment.