mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -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();
|
||||
}
|
||||
|
||||
public function availableSeats()
|
||||
{
|
||||
return LicenseSeat::whereNull('assigned_to')
|
||||
->whereNull('asset_id')
|
||||
->whereNull('deleted_at');
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the number of total available seats for this license
|
||||
|
|
Loading…
Reference in a new issue