Skip to content

Commit

Permalink
missed the __DIR__ on the require string, oops! #227
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhill committed Dec 8, 2017
1 parent 69b19fa commit f76ec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lavacharts.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
use Khill\Lavacharts\Support\Traits\HasOptionsTrait as HasOptions;
use Khill\Lavacharts\Support\Contracts\RenderableInterface as Renderable;

require('./Support/Traits/HasOptionsTrait.php');
require(__DIR__.'/Support/Traits/HasOptionsTrait.php');

/**
* Lavacharts - A PHP wrapper library for the Google Chart API
Expand Down

0 comments on commit f76ec38

Please sign in to comment.