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|DbipLookup2 newModelQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DbipLookup2 newQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DbipLookup2 query()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DbipLookup2 whereAddrType($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DbipLookup2 whereCountry($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DbipLookup2 whereIpEnd($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DbipLookup2 whereIpStart($value)
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class DbipLookup2 extends Model
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue