mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
9 lines
139 B
PHP
9 lines
139 B
PHP
<?php
|
|
|
|
use SilverStripe\Core\Extension;
|
|
|
|
class FrameworkTestModelAdminExtension extends Extension
|
|
{
|
|
private static $page_length = 3;
|
|
}
|