Skip to content

Commit

Permalink
fix invalid use
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Aug 1, 2023
1 parent 365a3a1 commit 2ac402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/AttributeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace App\Http\Controllers;

use App\Attribute;
use App\Models\Attribute;
use App\Exports\AttributesExport;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\DB;
Expand Down

0 comments on commit 2ac402e

Please sign in to comment.