mirror of
https://github.com/code-rhapsodie/ezmigrationbundle2.git
synced 2026-04-30 01:23:14 +02:00
12 lines
254 B
PHP
12 lines
254 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\API\Collection;
|
|
|
|
/**
|
|
* @todo add phpdoc to suggest typehinting
|
|
*/
|
|
class MigrationStepsCollection extends AbstractCollection
|
|
{
|
|
protected $allowedClass = 'Kaliop\eZMigrationBundle\API\Value\MigrationStep';
|
|
}
|