mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
9 lines
85 B
PHP
9 lines
85 B
PHP
<?php
|
|
namespace Grav\Theme;
|
|
|
|
use Grav\Common\Theme;
|
|
|
|
class Learn2 extends Theme
|
|
{
|
|
|
|
}
|