Skip to content

Commit

Permalink
fix(*): fix CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush8923 committed Nov 19, 2023
1 parent 316c103 commit eea1ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/HR/Services/ApplicationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

namespace Modules\HR\Services;

use App\Models\Setting;
use App\Models\Tag;
use Carbon\Carbon;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Str;
use Modules\HR\Contracts\ApplicationServiceContract;
Expand All @@ -16,8 +18,6 @@
use Modules\HR\Entities\University;
use Modules\HR\Events\CustomMailTriggeredForApplication;
use Modules\User\Entities\User;
use Illuminate\Support\Facades\DB;
use App\Models\Setting;

class ApplicationService implements ApplicationServiceContract
{
Expand Down

0 comments on commit eea1ecd

Please sign in to comment.