Skip to content

Commit

Permalink
Fixes CS.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 24, 2015
1 parent 7f0cfc1 commit 3c6652d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Blueprint.php
Expand Up @@ -118,6 +118,7 @@ protected function prepareTransformationAndGetKey($model)
*
* @param mixed $source
* @param mixed $destination
*
* @return void
*/
protected function runCreateHook($source, $destination)
Expand Down
3 changes: 1 addition & 2 deletions src/Schema.php
@@ -1,5 +1,4 @@
<?php
namespace Orchestra\Transporter;
<?php namespace Orchestra\Transporter;

use Closure;

Expand Down

0 comments on commit 3c6652d

Please sign in to comment.