Extend correct ModelAdmin class

This commit is contained in:
Ingo Schommer 2016-09-07 09:10:34 +12:00
parent 5905cc1328
commit c3f64d7ddc
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<?php
use SilverStripe\Admin\ModelAdmin;
class TestModelAdmin extends ModelAdmin
{
private static $url_segment = 'test';