Skip to content

Commit

Permalink
Dusting 🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
techenby committed Jul 26, 2024
1 parent f025534 commit de85448
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion app/Http/Controllers/TrickController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use App\Http\Requests\TrickRequest;
use App\Models\Trick;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Gate;
use Spatie\Tags\Tag;

Expand Down
1 change: 0 additions & 1 deletion database/seeders/TagsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Database\Seeders;

use Illuminate\Database\Console\Seeds\WithoutModelEvents;
use Illuminate\Database\Seeder;
use Spatie\Tags\Tag;

Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/TrickTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'name' => 'How to make a Trick',
'description' => 'Add a description',
'code' => 'Add a bit of code',
'tags' => 'general,hello-world'
'tags' => 'general,hello-world',
])
->assertStatus(302);

Expand Down

0 comments on commit de85448

Please sign in to comment.