| changeset 71 | b01e36991488 |
| parent 40 | d67ff36f17e2 |
| 70:2445218823b1 | 71:b01e36991488 |
|---|---|
1 <?php |
1 <?php |
2 /* |
|
3 * This file is part of the WikiTagBundle package. |
|
4 * |
|
5 * (c) IRI <http://www.iri.centrepompidou.fr/> |
|
6 * |
|
7 * For the full copyright and license information, please view the LICENSE |
|
8 * file that was distributed with this source code. |
|
9 */ |
|
2 |
10 |
3 namespace Application\Migrations; |
11 namespace Application\Migrations; |
4 |
12 |
5 use Doctrine\DBAL\Migrations\OutputWriter; |
13 use Doctrine\DBAL\Migrations\OutputWriter; |
6 |
14 |