whoami7 - Manager
:
/
home
/
qbizpnmr
/
test.qbiztax.com
/
app
/
Traits
/
Upload File:
files >> //home/qbizpnmr/test.qbiztax.com/app/Traits/Owners.php
<?php namespace App\Traits; trait Owners { public function isOwnable() { $ownable = $this->ownable ?: true; return ($ownable === true) && in_array('created_by', $this->getFillable()); } public function isNotOwnable() { return !$this->isOwnable(); } }
Copyright ©2021 || Defacer Indonesia