Skip to content

Commit

Permalink
Remove getInstance() method from CodeIgniter Hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
BradEstey committed Jan 23, 2014
1 parent 0b713fb commit c95b8f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Clockwork/Support/CodeIgniter/Hook_Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,4 @@ public static function getStorage()
{
return self::$__clockwork->getStorage();
}

public static function getInstance()
{
return self::$__clockwork;
}
}

0 comments on commit c95b8f7

Please sign in to comment.