Skip to content

Commit

Permalink
escapeSqlWords() is now static
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarek Jakubowski committed Sep 3, 2015
1 parent cae50ba commit 02a6901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JarJak/DBALManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public function fetchAllAssoc($sql, array $params = [], array $types = [])
* @return array|string
* @throws Exception
*/
public function escapeSqlWords ($input)
public static function escapeSqlWords ($input)
{
if(!$input) {
throw new Exception('Empty input');
Expand Down

0 comments on commit 02a6901

Please sign in to comment.