wip
This commit is contained in:
@@ -10,6 +10,31 @@ 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_type_id
|
||||
* @property string $card_number
|
||||
* @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 $phone
|
||||
* @property string $passport_serie
|
||||
* @property string $passport_id
|
||||
* @property null|string $status
|
||||
* @property null|string $passport_one
|
||||
* @property null|string $passport_two
|
||||
* @property null|string $passport_three
|
||||
* @property null|string $passport_four
|
||||
* @property null|string $notes
|
||||
* @property int $user_id
|
||||
* @property null|string $created_at
|
||||
* @property null|string $updated_at
|
||||
* @property null|string $deleted_at
|
||||
*/
|
||||
class CardPin extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
Reference in New Issue
Block a user