Projekt

Obecné

Profil

Stáhnout (134 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
<?php
2

    
3
$container = require __DIR__ . '/../app/bootstrap.php';
4

    
5
$container->getByType(Nette\Application\Application::class)
6
	->run();
(3-3/4)