Sindbad~EG File Manager

Current Path : /home/zada/public_html/app/Utility/
Upload File :
Current File : /home/zada/public_html/app/Utility/PickupAddressUtility.php

<?php

namespace App\Utility;

use App\Models\PickupAddress;

class PickupAddressUtility
{
    public static function delete_pickup_address($id)
    {
        $pickup_address = PickupAddress::where('id', $id)->first();
        if (!is_null($pickup_address)) {
            $pickup_address->delete();
        }
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists (>^ω^<)看过哭02teddd(>^ω^<)看过哭02teddd