UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_6457fbc6908c
/
app
/
Models
/
Profile
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
ProfileAddress.php
<?php namespace EstudioLMS\Models\Profile; use Illuminate\Database\Eloquent\Model; /** * EstudioLMS\Models\Profile\ProfileAddress * * @property int $id * @property int $user_id * @property int $type * @property string $zip_code * @property string $street * @property string $number * @property string $complement * @property string $neighborhood * @property string $city * @property string $state * @property string $phone * @property \Carbon\Carbon $created_at * @property \Carbon\Carbon $updated_at * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Profile\ProfileAddress whereCity($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Profile\ProfileAddress whereComplement($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Profile\ProfileAddress whereCreatedAt($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Profile\ProfileAddress whereId($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Profile\ProfileAddress whereNeighborhood($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Profile\ProfileAddress whereNumber($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Profile\ProfileAddress whereState($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Profile\ProfileAddress whereStreet($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Profile\ProfileAddress whereType($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Profile\ProfileAddress whereUpdatedAt($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Profile\ProfileAddress whereUserId($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Profile\ProfileAddress whereZipCode($value) * @mixin \Eloquent */ class ProfileAddress extends Model { protected $fillable = [ 'type', 'user_id', 'zip_code', 'street', 'number', 'complement', 'neighborhood', 'city', 'state', 'phone' ]; }
Copyright © 2026 - UnknownSec