Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Database/Eloquent/Attributes/DateFormat.php
Строк: 12
<?php

namespace IlluminateDatabaseEloquentAttributes;

use 
Attribute;

#[Attribute(Attribute::TARGET_CLASS)]
class DateFormat
{
    
/**
     * Create a new attribute instance.
     *
     * @param  string  $format
     */
    
public function __construct(public string $format)
    {
        
//
    
}
}
Онлайн: 2
Реклама