mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Removed unused method
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
dc6eb6f104
commit
9da36833be
|
@ -491,12 +491,6 @@ class License extends Depreciable
|
||||||
->count();
|
->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
|
* Returns the number of total available seats for this license
|
||||||
|
|
Loading…
Reference in a new issue