attogram/attogram-info

View on GitHub
actions/license.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
// Attogram Framework - Info Module - LICENSE page v0.3.0

namespace Attogram;

$page = new MarkdownPage(
    $this->attogramDirectory.'LICENSE.md',
    'License - Attogram Framework',
    $this
);

print $page->getPage();