%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/digiprint/vendor/laravel/framework/src/Illuminate/View/Engines/
Upload File :
Create Path :
Current File : /var/www/html/digiprint/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);
    }
}

Zerion Mini Shell 1.0