Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
emorinaj authored and StyleCIBot committed Feb 26, 2019
1 parent 00832de commit 4800376
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/DB.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ public function Query($sql)
return $this;
}

public static function Run($sql){
return (new DB())->Query($sql);
public static function Run($sql)
{
return (new self())->Query($sql);
}

public static function Get($query)
Expand Down

0 comments on commit 4800376

Please sign in to comment.