Skip to content

Commit

Permalink
NEW Add ModelAdmin extension
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Sep 12, 2023
1 parent 535faef commit 637b5e2
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 637b5e2

Please sign in to comment.