Skip to content

Commit

Permalink
remove implicit construction, f3-factory#41
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkez committed Apr 1, 2021
1 parent d84b29a commit c730ca5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions base.php
Original file line number Diff line number Diff line change
Expand Up @@ -3584,6 +3584,4 @@ private function __clone() {
private function __construct() {
}

}

return Base::instance();
}

0 comments on commit c730ca5

Please sign in to comment.