Kévin Tessier 6 years ago
parent
commit
c584b63956
1 changed files with 29 additions and 0 deletions
  1. 29 0
      cache/compiled/files/40779d000b68629af00dd987148afc06.yaml.php

+ 29 - 0
cache/compiled/files/40779d000b68629af00dd987148afc06.yaml.php

@@ -0,0 +1,29 @@
+<?php
+return [
+    '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
+    'filename' => '/var/www/html/system/config/streams.yaml',
+    'modified' => 1529597236,
+    'data' => [
+        'schemes' => [
+            'image' => [
+                'type' => 'ReadOnlyStream',
+                'paths' => [
+                    0 => 'user://images',
+                    1 => 'system://images'
+                ]
+            ],
+            'page' => [
+                'type' => 'ReadOnlyStream',
+                'paths' => [
+                    0 => 'user://pages'
+                ]
+            ],
+            'account' => [
+                'type' => 'ReadOnlyStream',
+                'paths' => [
+                    0 => 'user://accounts'
+                ]
+            ]
+        ]
+    ]
+];