Skip to content

Commit

Permalink
Adding Status to the moduleRegistry.
Browse files Browse the repository at this point in the history
  • Loading branch information
clone1018 committed Jun 27, 2013
1 parent 552ac9c commit 8e37462
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Capisso/Salty/SaltApiBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ class SaltApiBuilder {

private static $moduleRegistry = array(
'test' => 'Capisso\\Salty\\ModuleFacade\\Test',
'virt' => 'Capisso\\Salty\\ModuleFacade\\Virt'
'virt' => 'Capisso\\Salty\\ModuleFacade\\Virt',
'status' => 'Capisso\\Salty\\ModuleFacade\\Status'
);
private static $wheelRegistry = array(
'key' => 'Capisso\\Salty\\WheelFacade\\Key'
Expand Down

0 comments on commit 8e37462

Please sign in to comment.