Skip to content

Commit

Permalink
Merge pull request #3 from itelmenko/revert-1-patch-1
Browse files Browse the repository at this point in the history
Revert "add ability to change connection/table on the fly"
  • Loading branch information
itelmenko authored Sep 19, 2018
2 parents 00a99bd + f8cc9bb commit 7dbc532
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Logger/Laravel/Models/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,4 @@ public function __construct(array $attributes = array())

parent::__construct($attributes);
}

public function changeConnection(string $db_connection)
{
$this->connection = $db_connection;
}

public function changeTable(string $table_name)
{
$this->table = $table_name;
}
}

0 comments on commit 7dbc532

Please sign in to comment.