Skip to content

Commit 3bc49c5

Browse files
authored
Merge pull request #134 from viralsolani/analysis-qvRDPN
Apply fixes from StyleCI
2 parents 2a07f8a + 4715a0c commit 3bc49c5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

database/factories/PermissionFactory.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
];
1818
});
1919

20-
2120
$factory->state(Permission::class, 'active', function () {
2221
return [
2322
'status' => 1,
@@ -28,4 +27,4 @@
2827
return [
2928
'status' => 0,
3029
];
31-
});
30+
});

tests/Feature/Backend/ManagePermissionsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Tests\Feature\Backend;
44

55
use App\Models\Access\Permission\Permission;
6-
use Illuminate\Support\Facades\Event;
76
use Tests\TestCase;
87

98
class ManagePermissionsTest extends TestCase

0 commit comments

Comments
 (0)