Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Dec 20, 2024
1 parent 8ba9d57 commit 0b720a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/Http/Controllers/TeamsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
namespace App\Http\Controllers;

use App\Models\Team;
use App\Models\TeamMember;
use App\Transformers\UserCompactTransformer;
use Symfony\Component\HttpFoundation\Response;

Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/authorization.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
'team' => [
'part' => [
'is_leader' => "Team leader can't leave the team.",
'not_member' => 'Not a member of the team.'
'not_member' => 'Not a member of the team.',
],
],

Expand Down

0 comments on commit 0b720a1

Please sign in to comment.