mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
c2c75aa9e3
Fix link tracking
9 lines
109 B
PHP
9 lines
109 B
PHP
<?php
|
|
|
|
use SilverStripe\Dev\TestOnly;
|
|
|
|
class ContentControllerTestPage extends Page implements TestOnly
|
|
{
|
|
|
|
}
|