Merge pull request #33 from open-sausages/pulls/4.0/namespace-orm

API Apply SilverStripe\ORM namespace
This commit is contained in:
Ingo Schommer 2016-07-01 15:09:24 +12:00 committed by GitHub
commit c4cdeda7dc
3 changed files with 59 additions and 50 deletions

View File

@ -1,4 +1,8 @@
<?php
use SilverStripe\ORM\ArrayList;
use SilverStripe\ORM\SS_List;
/**
* Base "abstract" class creating reports on your data.
*

View File

@ -1,4 +1,7 @@
<?php
use SilverStripe\ORM\ArrayList;
/**
* Reports section of the CMS.
*

View File

@ -1,5 +1,7 @@
<?php
use SilverStripe\ORM\ArrayList;
/**
* @package reports
* @subpackage tests