Removing attributes property, adding comments for namespaces
This commit is contained in:
parent
b179075074
commit
0f084fa685
@ -1,6 +1,7 @@
|
|||||||
<snippet>
|
<snippet>
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
use Prunable;
|
use Prunable; // \Illuminate\Database\Eloquent\Prunable
|
||||||
|
use HasUidTrait; // \App\Models\Traits\HasUidTrait
|
||||||
|
|
||||||
protected \$table = '';
|
protected \$table = '';
|
||||||
|
|
||||||
@ -12,8 +13,6 @@ protected \$fillable = [];
|
|||||||
|
|
||||||
protected \$hidden = [];
|
protected \$hidden = [];
|
||||||
|
|
||||||
protected \$attributes = [];
|
|
||||||
|
|
||||||
protected \$casts = [];
|
protected \$casts = [];
|
||||||
|
|
||||||
protected \$dates = [];
|
protected \$dates = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user