mirror of
https://github.com/pierre42100/comunic
synced 2025-02-07 10:07:11 +00:00
10 lines
89 B
PHP
10 lines
89 B
PHP
![]() |
<?php
|
||
|
namespace Grav\Theme;
|
||
|
|
||
|
use Grav\Common\Theme;
|
||
|
|
||
|
class Antimatter extends Theme
|
||
|
{
|
||
|
|
||
|
}
|