Skip to content

Commit

Permalink
Merge pull request #15124 from snipe/fixes/path_for_crypt_in_importer
Browse files Browse the repository at this point in the history
Fixed use statement for Crypt in the importer, removed unused statements
  • Loading branch information
snipe authored Jul 19, 2024
2 parents ba568b7 + 793cf27 commit 32c7687
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/Importer/AssetImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
namespace App\Importer;

use App\Models\Asset;
use App\Models\AssetModel;
use App\Models\Statuslabel;
use App\Models\User;
use App\Events\CheckoutableCheckedIn;
use Carbon\CarbonImmutable;
use Illuminate\Support\Facades\Auth;
use Carbon\Carbon;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\Crypt;

class AssetImporter extends ItemImporter
{
Expand Down

0 comments on commit 32c7687

Please sign in to comment.