Blame view

tests/codeception/thread/unit/fixtures/data/models/pagelang.php 139 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
  <?php
  
  return [
      [
          'rid' => 1,
          'lang' => 'en-EN',
          'title' => 'title',
          'content' => 'content',
      ],
  ];