Skip to content

Commit

Permalink
Merge branch '0.4' into 1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 16, 2023
2 parents 84aa835 + a5aeaa3 commit 72b7132
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/FrameworkTestModelAdminExtension.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

use SilverStripe\ORM\DataExtension;

class FrameworkTestModelAdminExtension extends DataExtension
{
private static $page_length = 3;
}

0 comments on commit 72b7132

Please sign in to comment.