Revert "Update method signature for getPropertiesFromTable"

This commit is contained in:
feek 2021-06-09 22:23:33 -07:00 committed by GitHub
parent 1ff7fd2a0d
commit dcf22d43c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -47,7 +47,7 @@ class FakeModelsCommand extends \Barryvdh\LaravelIdeHelper\Console\ModelsCommand
*
* @param \Illuminate\Database\Eloquent\Model $model
*/
public function getPropertiesFromTable($model) : void
protected function getPropertiesFromTable($model) : void
{
$table_name = $model->getTable();