Commit 4715a0c3 authored by Viral Solani's avatar Viral Solani Committed by StyleCI Bot

Apply fixes from StyleCI

parent 2a07f8ac
......@@ -17,7 +17,6 @@ $factory->define(Permission::class, function (Generator $faker) {
];
});
$factory->state(Permission::class, 'active', function () {
return [
'status' => 1,
......@@ -28,4 +27,4 @@ $factory->state(Permission::class, 'inactive', function () {
return [
'status' => 0,
];
});
\ No newline at end of file
});
......@@ -3,7 +3,6 @@
namespace Tests\Feature\Backend;
use App\Models\Access\Permission\Permission;
use Illuminate\Support\Facades\Event;
use Tests\TestCase;
class ManagePermissionsTest extends TestCase
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment