PHP Classes

File: tests/app/config/test.php

Recommend this page to a friend!
  Classes of Wolfy-J   spiral   tests/app/config/test.php   Download  
File: tests/app/config/test.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 5 years ago
Size: 135 bytes
 

Contents

Class file image Download
<?php
/**
 * Spiral Framework.
 *
 * @license MIT
 * @author Anton Titov (Wolfy-J)
 */

return [
   
'key' => env('TEST_VALUE')
];