firefly-iii/app/Commands/Command.php

8 lines
71 B
PHP
Raw Normal View History

2015-02-05 21:52:16 -06:00
<?php namespace FireflyIII\Commands;
2015-02-05 21:39:52 -06:00
abstract class Command {
//
}