Updates to 03-2025
This commit is contained in:
parent
bfa3bb1df4
commit
9ae662f63e
243 changed files with 12580 additions and 12018 deletions
|
|
@ -10,13 +10,20 @@ use Illuminate\Database\Eloquent\Model;
|
|||
|
||||
/**
|
||||
* Class DbipLookup
|
||||
*
|
||||
*
|
||||
* @property string $addr_type
|
||||
* @property string $ip_start
|
||||
* @property string $ip_end
|
||||
* @property string $country
|
||||
*
|
||||
* @package App\Models
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DbipLookup newModelQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DbipLookup newQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DbipLookup query()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DbipLookup whereAddrType($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DbipLookup whereCountry($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DbipLookup whereIpEnd($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DbipLookup whereIpStart($value)
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class DbipLookup extends Model
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue