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