fuel/app/config/event.php¶
```php linenums="1"
array( 'app_created' => function() { Hacker::init(); }, ) ); ``` ?>fuel/app/config/event.php¶```php linenums="1"
array( 'app_created' => function() { Hacker::init(); }, ) ); ``` ?>