Skip to content

Commit

Permalink
Remove bin-dir£
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Feb 24, 2015
1 parent 656b345 commit e10852d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -19,7 +19,6 @@
"bin/serve",
"bin/test"
],
"bin-dir": "./",

"require": {
"symfony/css-selector": "*",
Expand Down
3 changes: 2 additions & 1 deletion src/Api/Endpoint.php
Expand Up @@ -123,7 +123,8 @@ private function loadScript() {
$this->script = new $namespace(
$this->api,
$this->api->responseContent,
$this->api->session
$this->api->session,
$this->api->data
);

if(!$this->script instanceof Logic) {
Expand Down

0 comments on commit e10852d

Please sign in to comment.