mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2025-01-22 21:31:21 +01:00
Update method signature for getPropertiesFromTable
LaravelIdeHelper changed the visibility of `getPropertiesFromTable` from `protected` to `public` in this PR: https://github.com/barryvdh/laravel-ide-helper/pull/945
This commit is contained in:
parent
eed0e6f3b9
commit
3964e74c0e
@ -47,7 +47,7 @@ class FakeModelsCommand extends \Barryvdh\LaravelIdeHelper\Console\ModelsCommand
|
||||
*
|
||||
* @param \Illuminate\Database\Eloquent\Model $model
|
||||
*/
|
||||
protected function getPropertiesFromTable($model) : void
|
||||
public function getPropertiesFromTable($model) : void
|
||||
{
|
||||
$table_name = $model->getTable();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user