Skip to content
Snippets Groups Projects
Commit f76ec388 authored by Kevin Hill's avatar Kevin Hill
Browse files

missed the __DIR__ on the require string, oops! #227

parent 69b19fa5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -25,7 +25,7 @@ use Khill\Lavacharts\Values\StringValue;
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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment