app\models\Redirect::getNameAttribute PHP Méthode

getNameAttribute() public méthode

public getNameAttribute ( )
    public function getNameAttribute()
    {
        return "{$this->old_url} => {$this->new_url}";
    }