/
proc
/
3430793
/
task
/
3430793
/
cwd
/
home
/
pay
/
server_old
/
app
/
Models
/
File Upload :
llllll
Current File: //proc/3430793/task/3430793/cwd/home/pay/server_old/app/Models/Log.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Log extends Model { use HasFactory; protected $fillable = [ 'user_id', 'customer_id', 'data' ]; public function customer() { return $this->belongsTo(Customer::class)->select(['id','name']); } public function user() { return $this->belongsTo(User::class)->select(['id','name']); } }
Copyright ©2k19 -
Hexid
|
Tex7ure