mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
Revert "Update method signature for getPropertiesFromTable"
This commit is contained in:
parent
1ff7fd2a0d
commit
dcf22d43c2
@ -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",
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user