about summary refs log tree commit diff stats
path: root/src/Application.php
blob: 9413acb2291b39176d8a8618d3622d8fe257c7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace YnabLedger;

use CLIFramework\Application as BaseApplication;

class Application extends BaseApplication {
    public function init () {
        parent::init();
    }
}