PHP Classes

File: src/Config/tests/fixtures/test.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/Config/tests/fixtures/test.php   Download  
File: src/Config/tests/fixtures/test.php
Role: Example script
Content type: text/plain
Description: Example script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 2 months ago
Size: 146 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

return [
   
'id' => 'hello world',
   
'autowire' => new \Spiral\Core\Container\Autowire('something'),
];