Skip to content

Commit

Permalink
added missing bracket; closes #248
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Oct 5, 2016
1 parent 27c8518 commit 84ea18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ public static function forge(\$instance = 'default', \$config = array())
if( ! class_exists(\$class, true))
{
throw new \FuelException('Could not find {$class_name} driver: ' . ucfirst(strtolower(\$config['driver']));
throw new \FuelException('Could not find {$class_name} driver: ' . ucfirst(strtolower(\$config['driver'])));
}
\$driver = new \$class(\$config);
Expand Down

0 comments on commit 84ea18b

Please sign in to comment.