11 lines
278 B
PHP
11 lines
278 B
PHP
<?php
|
|
return [
|
|
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
|
'filename' => '/home/kevin/Documents/Sites/hehe.net/user/plugins/problems/problems.yaml',
|
|
'modified' => 1546440938,
|
|
'data' => [
|
|
'enabled' => true,
|
|
'built_in_css' => true
|
|
]
|
|
];
|