peakphp/framework

View on GitHub
src/Blueprint/Common/Bootable.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Peak\Blueprint\Common;

interface Bootable
{
    /**
     * Boot something!
     */
    public function boot();
}