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

namespace IlluminateDatabaseEloquentAttributes;

use 
Attribute;

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