Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <?php
- // This is global bootstrap for autoloading
-
- use Codeception\Util\Fixtures;
- use Faker\Factory;
-
- ini_set('error_log', __DIR__ . '/error.log');
-
- $fake = Factory::create();
- Fixtures::add('fake', $fake);
|