Skip to content

Commit

Permalink
kill yii-composer
Browse files Browse the repository at this point in the history
  • Loading branch information
nizsheanez committed Nov 4, 2013
1 parent 2eb6147 commit 1291473
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/nizsheanez/jsonRpc/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use ReflectionClass;
use ReflectionMethod;
use yii\web\HttpException;
use nizsheanez\jsonRpc\Exception;


/**
Expand Down
2 changes: 2 additions & 0 deletions src/nizsheanez/jsonRpc/traits/Request.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php
namespace nizsheanez\jsonRpc\traits;

use nizsheanez\jsonRpc\Exception;

trait Request {

private $_requestMessage;
Expand Down
2 changes: 2 additions & 0 deletions src/nizsheanez/jsonRpc/traits/Serializable.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php
namespace nizsheanez\jsonRpc\traits;

use nizsheanez\jsonRpc\Exception;

trait Serializable
{

Expand Down

0 comments on commit 1291473

Please sign in to comment.