for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Inji\View\Page;
use Inji\View\Page;
class Assets {
/**
* @var Page
*/
public $page;
function __construct(Page $page) {
$this->page = $page;
}