Skip to content

Commit

Permalink
added runonce
Browse files Browse the repository at this point in the history
  • Loading branch information
iCodr8 committed Jan 30, 2018
1 parent 5f25e1a commit 3b8c425
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Resources/contao/config/runonce.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

/*
* This file is part of the Accountmail Bundle.
*
* (c) Daniel Kiesel <https://github.com/iCodr8>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

$updater = new Craffft\AccountmailBundle\Util\Updater();
$updater->addDefaultEmailContents();

0 comments on commit 3b8c425

Please sign in to comment.