From 9da36833be771dc06444a7367125723dcd0eb1de Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 18 Apr 2023 02:43:44 -0700 Subject: [PATCH] Removed unused method Signed-off-by: snipe --- app/Models/License.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/Models/License.php b/app/Models/License.php index 2fc0aafe62..162b3d662a 100755 --- a/app/Models/License.php +++ b/app/Models/License.php @@ -491,12 +491,6 @@ class License extends Depreciable ->count(); } - public function availableSeats() - { - return LicenseSeat::whereNull('assigned_to') - ->whereNull('asset_id') - ->whereNull('deleted_at'); - } /** * Returns the number of total available seats for this license