Skip to content

Commit

Permalink
Expose args to public api
Browse files Browse the repository at this point in the history
  • Loading branch information
Uncle Cheese committed Jan 11, 2017
1 parent 8093aca commit e18a897
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Scaffolding/Scaffolders/OperationScaffolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ public function getName()
return $this->operationName;
}

/**
* @return array
*/
public function getArgs()
{
return $this->args;
}

/**
* @param $resolver
*
Expand Down

0 comments on commit e18a897

Please sign in to comment.