mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-11 22:19:47 -06:00
add: model docblocks
- this resolves some larastan property issues but in return has revealed quite a few issues with our castings and such. baseline has been regenerated so we can work through them. The properties in docblocks are in order and match everything in DB schema wise.
This commit is contained in:
@@ -17,6 +17,13 @@ use App\Traits\Auditable;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
* App\Models\Resolution.
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $name
|
||||
* @property int $position
|
||||
*/
|
||||
class Resolution extends Model
|
||||
{
|
||||
use Auditable;
|
||||
|
||||
Reference in New Issue
Block a user