Skip to content

Commit

Permalink
Update JavascriptFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedGoGo authored Dec 22, 2016
1 parent 852b1ed commit 26a1dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Factories/JavascriptFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class JavascriptFactory
public function __construct(AbstractWidgetFactory $widgetFactory)
{
$this->widgetFactory = $widgetFactory;
$this->ajaxLink = url('/').$this->ajaxLink;
}

/**
Expand Down

0 comments on commit 26a1dde

Please sign in to comment.