Skip to content

Commit

Permalink
Made init() method protected.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jukka Svahn committed May 22, 2013
1 parent b99aabe commit 194d209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Rah/Danpu/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Export extends Base
* Dumps the database.
*/

public function init()
protected function init()
{
$this->connect();
$this->tmpFile();
Expand Down
2 changes: 1 addition & 1 deletion src/Rah/Danpu/Import.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Import extends Base
* Runs the dump file.
*/

public function init()
protected function init()
{
$this->connect();
$this->tmpFile();
Expand Down

0 comments on commit 194d209

Please sign in to comment.