• File: File.php
  • Full Path: /home/masbinta/public_html/core/vendor/laravel/framework/src/Illuminate/Http/File.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;
}