Skip to content

Commit

Permalink
Enabled code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymast committed Aug 29, 2016
1 parent 3b7cee9 commit 8100e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/Hydrator.php
@@ -1,7 +1,7 @@
<?php
use Redbox\Hydrate\Hydrator;

if (function_exists('Hydrate') == false) {
if (function_exists('Hydrate') === false) {
function Hydrate ($instance)
{
return new Hydrator($instance);
Expand Down

0 comments on commit 8100e1d

Please sign in to comment.