Blame view

common/config/SitemapDynamic.php 205 Bytes
a42025b8   Yarik   Sitemap and slugb...
1
2
3
4
5
6
7
8
9
10
  <?php
      
      return [
          1 => [
              'entity'   => 'artbox\\core\\models\\Page',
              'status'   => '1',
              'priority' => '0.6',
              'id'       => 1,
          ],
      ];