PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
goldspecdigital
/
laravel-eloquent-uuid
/
tests
/
Models
<?php declare(strict_types=1); namespace GoldSpecDigital\LaravelEloquentUUID\Tests\Models; use GoldSpecDigital\LaravelEloquentUUID\Database\Eloquent\Model; class TestModelExtendingClassWithUuid4 extends Model { /** * The table associated with the model. * * @var string */ protected $table = 'test_model_with_uuids'; }
[-] TestModelUsingTraitWithUuid1.php
[edit]
[-] TestModelExtendingClassWithoutUuid1.php
[edit]
[-] TestModelUsingTraitWithoutUuid4.php
[edit]
[+]
..
[-] TestModelExtendingClassWithUuid4.php
[edit]
[-] TestModelUsingTraitWithoutUuid1.php
[edit]
[-] TestModelExtendingClassWithoutUuid4.php
[edit]
[-] TestModelUsingTraitWithUuid4.php
[edit]
[-] TestModelExtendingClassWithUuid1.php
[edit]