removed deadspace

This commit is contained in:
Godfrey M 2022-04-07 11:10:36 -07:00
parent 5d0a1ebb7a
commit 6dc45c189b
2 changed files with 0 additions and 2 deletions

View file

@ -111,7 +111,6 @@ class AssetCheckinController extends Controller
$checkin_at = $request->get('checkout_at');
}
if(!empty($asset->licenseseats->all())){
foreach ($asset->licenseseats as $seat){
$seat->assigned_to = null;

View file

@ -4,7 +4,6 @@ namespace App\Models;
use App\Models\Setting;
use App\Notifications\AuditNotification;
use Carbon\Carbon;
use Illuminate\Support\Facades\Auth;
trait Loggable