mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
Extend correct ModelAdmin class
This commit is contained in:
parent
5905cc1328
commit
c3f64d7ddc
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
use SilverStripe\Admin\ModelAdmin;
|
||||
|
||||
class TestModelAdmin extends ModelAdmin
|
||||
{
|
||||
private static $url_segment = 'test';
|
||||
|
Loading…
Reference in New Issue
Block a user