Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/csv/../.././vendor/maennchen/../dragonmantank/../phpoffice/../dflydev/../vlucas/../nette/../nwidart/laravel-modules/./src/Lumen
الملفات الموجودة في هذا الـ Path:
.
..
LumenFileRepository.php
Module.php

مشاهدة ملف: LumenFileRepository.php

<?php

namespace Nwidart\Modules\Lumen;

use Nwidart\Modules\FileRepository;

class LumenFileRepository extends FileRepository
{
    /**
     * {@inheritdoc}
     */
    protected function createModule(...$args)
    {
        return new Module(...$args);
    }
}