Files
firefly-iii/app/Commands/Command.php

8 lines
71 B
PHP
Raw Normal View History

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