mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
removed deadspace
This commit is contained in:
parent
5d0a1ebb7a
commit
6dc45c189b
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue