mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
Fixed broken model admin
This commit is contained in:
parent
e4acc1bef3
commit
6b8102894b
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class TestModelAdmin extends ModelAdmin {
|
class TestModelAdmin extends ModelAdmin {
|
||||||
protected static $managed_models = array(
|
public static $managed_models = array(
|
||||||
"Client",
|
"Client",
|
||||||
"Contact",
|
"Contact",
|
||||||
"Project",
|
"Project",
|
||||||
|
Loading…
Reference in New Issue
Block a user