private.php 434 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * This file is part of the "laravel-lang/publisher" project.
  4. *
  5. * For the full copyright and license information, please view the LICENSE
  6. * file that was distributed with this source code.
  7. *
  8. * @author Andrey Helldar <helldar@dragon-code.pro>
  9. * @copyright 2023 Laravel Lang Team
  10. * @license MIT
  11. *
  12. * @see https://laravel-lang.com
  13. */
  14. declare(strict_types=1);
  15. return [
  16. 'plugins' => [],
  17. 'packages' => [],
  18. ];