app\models\Redirect::getNameAttribute PHP Method

getNameAttribute() public method

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