Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AJAYSINGHBISHT12 committed Jul 9, 2023
1 parent 5c896f4 commit 106c6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/CodeTrek/Entities/CodeTrekApplicant.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\SoftDeletes;
use Modules\Operations\Entities\OfficeLocation;
use Modules\CodeTrek\Database\Factories\CodeTrekApplicantFactory;
use Modules\CodeTrek\Database\factories\CodeTrekApplicantFactory;

Check failure on line 9 in Modules/CodeTrek/Entities/CodeTrekApplicant.php

View workflow job for this annotation

GitHub Actions / Larastan

Class Modules\CodeTrek\Database\Factories\CodeTrekApplicantFactory referenced with incorrect case: Modules\CodeTrek\Database\factories\CodeTrekApplicantFactory.
use Modules\User\Entities\User;

class CodeTrekApplicant extends Model
Expand Down

0 comments on commit 106c6b5

Please sign in to comment.