Working on tests for the Model class
Fixed some bugs, got MySQL setup for Travis.
This commit is contained in:
parent
200988eecf
commit
51467a60f7
9 changed files with 209 additions and 52 deletions
|
@ -78,7 +78,7 @@ class Profiler
|
|||
public static function enabled(/* polymorphic */)
|
||||
{
|
||||
$config = Config::getInstance();
|
||||
$config = $config->pickles['profiler'];
|
||||
$config = isset($config->pickles['profiler']) ? $config->pickles['profiler'] : false;
|
||||
|
||||
// Checks if we're set to boolean true
|
||||
if ($config === true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue