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 TestModelExtendingClassWithoutUuid1 extends Model { /** * The table associated with the model. * * @var string */ protected $table = 'test_model_without_uuids'; /** * Indicates if the IDs are UUIDs. * * @var bool */ protected $keyIsUuid = false; /** * The UUID version to use. * * @var int */ protected $uuidVersion = 1; }
[-] TestModelUsingTraitWithUuid1.php
[edit]
[-] TestModelExtendingClassWithoutUuid1.php
[edit]
[-] TestModelUsingTraitWithoutUuid4.php
[edit]
[+]
..
[-] TestModelExtendingClassWithUuid4.php
[edit]
[-] TestModelUsingTraitWithoutUuid1.php
[edit]
[-] TestModelExtendingClassWithoutUuid4.php
[edit]
[-] TestModelUsingTraitWithUuid4.php
[edit]
[-] TestModelExtendingClassWithUuid1.php
[edit]