mirror of
https://github.com/JBDevLabs/ezmigrationbundle.git
synced 2026-04-29 19:03:11 +02:00
12 lines
234 B
PHP
12 lines
234 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\Core\StorageHandler;
|
|
|
|
use Kaliop\eZMigrationBundle\Core\StorageHandler\Database\Migration;
|
|
|
|
/**
|
|
* @deprecated Left in for backwards compatibility only
|
|
*/
|
|
class Database extends Migration
|
|
{
|
|
} |