test drive
This commit is contained in:
@@ -10,6 +10,41 @@ use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
||||
|
||||
/**
|
||||
* @property int $id
|
||||
* @property null|string $unique_id
|
||||
* @property int $card_state_id
|
||||
* @property int $card_type_id
|
||||
* @property string $region
|
||||
* @property int $branch_id
|
||||
* @property string $customer_name
|
||||
* @property string $customer_surname
|
||||
* @property null|string $customer_patronic_name
|
||||
* @property null|string $born_at
|
||||
* @property null|string $old_surname
|
||||
* @property string $citizenship
|
||||
* @property string $passport_serie
|
||||
* @property string $passport_id
|
||||
* @property string $passport_given_at
|
||||
* @property string $passport_given_by
|
||||
* @property string $born_place
|
||||
* @property null|string $job_location
|
||||
* @property null|string $passport_address
|
||||
* @property null|string $real_address
|
||||
* @property null|string $phone
|
||||
* @property null|string $phone_additional
|
||||
* @property null|string $status
|
||||
* @property string $passport_one
|
||||
* @property string $passport_two
|
||||
* @property string $passport_three
|
||||
* @property string $passport_four
|
||||
* @property null|string $notes
|
||||
* @property int $user_id
|
||||
* @property null|\Illuminate\Support\Carbon $created_at
|
||||
* @property null|\Illuminate\Support\Carbon $updated_at
|
||||
* @property null|\Illuminate\Support\Carbon $deleted_at
|
||||
* @property bool $paid
|
||||
*/
|
||||
class CardOrder extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
Reference in New Issue
Block a user