File "File-20251205044226.php"
Full Path: /var/www/drive/laravel/framework/src/Illuminate/Macroable/File-20251205044226.php
File size: 155 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Illuminate\Http;
use Symfony\Component\HttpFoundation\File\File as SymfonyFile;
class File extends SymfonyFile
{
use FileHelpers;
}