luyadev/luya

View on GitHub
core/Boot.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace luya;

/**
 * Boot LUYA Application.
 *
 * The LUYA boot class to startup the application
 *
 * @author Basil Suter <basil@nadar.io>
 * @since 1.0.0
 */
class Boot extends \luya\base\Boot
{
}