Вход Регистрация
Файл: gapps/vendor/laravel/framework/src/Illuminate/Contracts/Routing/UrlRoutable.php
Строк: 13
<?php

namespace IlluminateContractsRouting;

interface 
UrlRoutable
{
    
/**
     * Get the value of the model's route key.
     *
     * @return mixed
     */
    
public function getRouteKey();

    
/**
     * Get the route key for the model.
     *
     * @return string
     */
    
public function getRouteKeyName();
}
Онлайн: 0
Реклама