/
home
/
sditechnicalteam
/
public_html
/
app
/
Models
/
File Upload :
llllll
Current File: /home/sditechnicalteam/public_html/app/Models/Country.php
<?php namespace App\Models; /** * App\Models\Country * * @property int $id * @property string $iso * @property string $name * @property string $nicename * @property string|null $iso3 * @property int|null $numcode * @property int $phonecode * @method static \Illuminate\Database\Eloquent\Builder|Country newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Country newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Country query() * @method static \Illuminate\Database\Eloquent\Builder|Country whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Country whereIso($value) * @method static \Illuminate\Database\Eloquent\Builder|Country whereIso3($value) * @method static \Illuminate\Database\Eloquent\Builder|Country whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|Country whereNicename($value) * @method static \Illuminate\Database\Eloquent\Builder|Country whereNumcode($value) * @method static \Illuminate\Database\Eloquent\Builder|Country wherePhonecode($value) * @mixin \Eloquent */ class Country extends BaseModel { // }
Copyright ©2k19 -
Hexid
|
Tex7ure