Removing attributes property, adding comments for namespaces

This commit is contained in:
Brian 2021-09-23 11:21:09 -06:00
parent b179075074
commit 0f084fa685
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -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 = [];