11 lines
255 B
PHP
11 lines
255 B
PHP
<?php
|
|
return [
|
|
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
|
'filename' => '/var/www/html/user/plugins/problems/problems.yaml',
|
|
'modified' => 1591823175,
|
|
'data' => [
|
|
'enabled' => true,
|
|
'built_in_css' => true
|
|
]
|
|
];
|