Skip to content

Commit

Permalink
Creada clase de constantes con los nombres de los comandos
Browse files Browse the repository at this point in the history
  • Loading branch information
andreinaromero committed Jan 30, 2012
1 parent d6430aa commit 2425e7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Compute/Command/CommandConstants.php
@@ -1,9 +1,11 @@
<?php

namespace Guzzle\Openstack\Compute\Command;

/**
* Names of compute api commands's
*/
class Commands {
class CommandConstants {
/**
* Command server
*/
Expand Down

0 comments on commit 2425e7c

Please sign in to comment.