76 lines
1.5 KiB
XML
76 lines
1.5 KiB
XML
<snippet>
|
|
<content><![CDATA[
|
|
|
|
protected \$table = '';
|
|
|
|
protected \$keyType = 'string';
|
|
|
|
public \$incrementing = false;
|
|
|
|
protected \$fillable = [];
|
|
|
|
protected \$hidden = [];
|
|
|
|
protected \$attributes = [];
|
|
|
|
protected \$casts = [];
|
|
|
|
protected \$dates = [];
|
|
|
|
protected \$appends = [];
|
|
|
|
protected \$touches = [];
|
|
|
|
protected \$dispatchesEvents = [];
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Class Constants
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
//
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Custom/Private Methods
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
//
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Accessors and Mutators
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
//
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Scopes
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
//
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Relationships
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
//
|
|
]]></content>
|
|
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
|
<tabTrigger>laramodel</tabTrigger>
|
|
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
|
<!-- <scope>source.python</scope> -->
|
|
</snippet>
|