Skip to content

Instantly share code, notes, and snippets.

View Neodork's full-sized avatar

Lou van der Laarse Neodork

View GitHub Profile
@Neodork
Neodork / Migration.php
Last active March 2, 2017 14:23
Global page migration - Sonata Project
<?php
namespace Application\Migrations;
use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
use Sonata\PageBundle\Model\SiteInterface;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;