IMMREX7

aku nok ndi : /home/spdtg/www/gomygps/vendor/laravel/framework/src/Illuminate/View/Engines/
File Up :
aku nok ndi : /home/spdtg/www/gomygps/vendor/laravel/framework/src/Illuminate/View/Engines/FileEngine.php

<?php

namespace Illuminate\View\Engines;

use Illuminate\Contracts\View\Engine;

class FileEngine implements Engine
{
    /**
     * 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);
    }
}

Copyright © 2021 - 2025 IMMREX7