But my post was just an information one


Code: Select all
<?php
/**
* Created by PhpStorm.
* User: paulsohier
* Date: 08-11-14
* Time: 09:35
*/
namespace paul999\profileguestbook\migrations;
use phpbb\db\migration\migration;
class add_permissions extends migration
{
public function update_data()
{
return array(
);
}
}