Skip to content

Commit

Permalink
Merge pull request #149 from psalm/revert-136-patch-1
Browse files Browse the repository at this point in the history
Revert "Update method signature for getPropertiesFromTable"
  • Loading branch information
mr-feek authored Jun 10, 2021
2 parents 1ff7fd2 + dcf22d4 commit 11f6fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^7.3|^8",
"ext-simplexml": "*",
"barryvdh/laravel-ide-helper": "^2.9.2",
"barryvdh/laravel-ide-helper": ">=2.8.0 <2.9.2",
"illuminate/container": "^6.0 || ^7.0 || ^8.0",
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/FakeModelsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function getModels()
*
* @param \Illuminate\Database\Eloquent\Model $model
*/
public function getPropertiesFromTable($model) : void
protected function getPropertiesFromTable($model) : void
{
$table_name = $model->getTable();

Expand Down

0 comments on commit 11f6fd4

Please sign in to comment.