Skip to content

Commit

Permalink
Remove all traces of the old config style
Browse files Browse the repository at this point in the history
In preparation of the parable upgrade.

Closes #4
Refs #5
  • Loading branch information
dmvdbrugge committed Sep 17, 2018
1 parent ae6f0f6 commit 6fb638c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 237 deletions.
72 changes: 0 additions & 72 deletions app/Actors/ConfigConverter.php

This file was deleted.

32 changes: 0 additions & 32 deletions app/Command/Config.php

This file was deleted.

4 changes: 0 additions & 4 deletions app/Config/.gitignore

This file was deleted.

9 changes: 2 additions & 7 deletions app/Config/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,22 @@

namespace Config;

use Csv2Qif\Command\Config;
use Csv2Qif\Command\Convert;
use Csv2Qif\Command\Ui;
use Csv2Qif\Command\Validate;
use Parable\Framework\Interfaces\Config as ParableConfig;
use Parable\Framework\Interfaces\Config;

class App implements ParableConfig
class App implements Config
{
public function get(): array
{
return [
'parable' => [
'commands' => [
Config::class,
Convert::class,
Ui::class,
Validate::class,
],
'configs' => [
Example::class,
],
],
];
}
Expand Down
122 changes: 0 additions & 122 deletions app/Config/Example.php

This file was deleted.

0 comments on commit 6fb638c

Please sign in to comment.