Skip to content

Commit

Permalink
sensiolabs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasDeWinter committed Apr 17, 2015
1 parent 6614d1c commit 5110c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spatie/Glide/GlideServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function getSignKey($glideConfig)
return Config::get('app.key');
}

if ($glideConfig['useSecureURLs'] == true)
if ($glideConfig['useSecureURLs'] === true)
{
return Config::get('app.key');
}
Expand Down

0 comments on commit 5110c33

Please sign in to comment.