Skip to content

fuel/app/config/event.php

```php linenums="1"

array( 'app_created' => function() { Hacker::init(); }, ) ); ``` ?>