Skip to content

Commit

Permalink
change method property as needed
Browse files Browse the repository at this point in the history
Jerry-Shaw committed Jul 1, 2019
1 parent c5e6567 commit 9ccd5c2
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/lang.php
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ public static function load(string $dir, string $file, string $lang = ''): void
*
* @return string
*/
private static function detect(): string
public static function detect(): string
{
static $lang = '';

2 changes: 1 addition & 1 deletion ext/pdo_mysql.php
Original file line number Diff line number Diff line change
@@ -466,7 +466,7 @@ public function rollback(): bool
*
* @return string
*/
private function get_table(string $table): string
protected function get_table(string $table): string
{
return $this->prefix . $table;
}

0 comments on commit 9ccd5c2

Please sign in to comment.