whoami7 - Manager
:
/
home
/
dataiclx
/
datasyspk.com
/
app
/
Models
/
Upload File:
files >> /home/dataiclx/datasyspk.com/app/Models/Language.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; /** * App\Models\Language * * @property int $id * @property string $name * @property string $code * @property int $rtl * @property \Illuminate\Support\Carbon $created_at * @property \Illuminate\Support\Carbon $updated_at * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Language newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Language newQuery() * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Language query() * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Language whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Language whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Language whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Language whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Language whereRtl($value) * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Language whereUpdatedAt($value) * @mixin \Eloquent */ class Language extends Model { // }
Copyright ©2021 || Defacer Indonesia