mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
NEW Add ModelAdmin extension
This commit is contained in:
parent
535faef7c3
commit
637b5e230a
8
code/FrameworkTestModelAdminExtension.php
Normal file
8
code/FrameworkTestModelAdminExtension.php
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
use SilverStripe\ORM\DataExtension;
|
||||||
|
|
||||||
|
class FrameworkTestModelAdminExtension extends DataExtension
|
||||||
|
{
|
||||||
|
private static $page_length = 3;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user