Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit b739dbb

Browse files
authored
Merge pull request #16 from rinvex/analysis-Xk2AKj
Applied fixes from StyleCI
2 parents 9817794 + 7f6e584 commit b739dbb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Providers/FortServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ protected function registerBladeExtensions()
197197
$bladeCompiler->directive('endhasability', function () {
198198
return '<?php endif; ?>';
199199
});
200-
201200
});
202201
}
203202

src/Repositories/AbilityRepository.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515

1616
namespace Rinvex\Fort\Repositories;
1717

18-
use Exception;
19-
use Illuminate\Support\Facades\Log;
2018
use Illuminate\Database\Eloquent\Model;
21-
use Illuminate\Contracts\Auth\Access\Gate;
2219
use Illuminate\Contracts\Foundation\Application;
2320
use Rinvex\Fort\Contracts\AbilityRepositoryContract;
2421
use Rinvex\Repository\Repositories\EloquentRepository;

0 commit comments

Comments
 (0)