mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
c2c75aa9e3
Fix link tracking
12 lines
230 B
PHP
12 lines
230 B
PHP
<?php
|
|
|
|
use SilverStripe\Dev\TestOnly;
|
|
|
|
/**
|
|
* An empty SiteTree instance with a controller to test that legacy controller names can still be loaded
|
|
*/
|
|
class SiteTreeTest_LegacyControllerName extends Page implements TestOnly
|
|
{
|
|
|
|
}
|