Skip to content

Commit

Permalink
[7.x] Update Model.php (#33859)
Browse files Browse the repository at this point in the history
* Update Model.php

* Update Model.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
driesvints and taylorotwell committed Aug 13, 2020
1 parent c7d9540 commit 9c539ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Database/Eloquent/Model.php
Expand Up @@ -396,6 +396,8 @@ public function qualifyColumn($column)
*
* @param string $key
* @return string
*
* @deprecated This method is deprecated and will be removed in a future Laravel version.
*/
protected function removeTableFromKey($key)
{
Expand Down

0 comments on commit 9c539ca

Please sign in to comment.