Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
plugins
daterangepicker
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 Discount extends Model { protected $casts = [ 'starts_at' => 'datetime', 'ends_at' => 'datetime', ]; /** * The attributes that aren't mass assignable. * * @var array */ protected $guarded = ['id']; public function variations() { return $this->belongsToMany(\App\Variation::class, 'discount_variations', 'discount_id', 'variation_id'); } }
Free Space : 12202389504 Byte