Support multiple state models by configuring in state config instead of general config #100
validate.yml
on: pull_request
Validate composer dependencies
11s
Normalize composer.json
16s
Fix PHP codestyle with php-cs-fixer
16s
Code Coverage
43s
Matrix: static-analysis
Matrix: tests
Annotations
4 errors
PHPStan on PHP 8.1 with Laravel ^9.51:
src/ModelStates/Transition.php#L51
Call to an undefined static method Illuminate\Database\Eloquent\Model::stateColumnName().
|
PHPStan on PHP 8.1 with Laravel ^9.51
Process completed with exit code 1.
|
PHPStan on PHP 8.1 with Laravel ^10:
src/ModelStates/Transition.php#L51
Call to an undefined static method Illuminate\Database\Eloquent\Model::stateColumnName().
|
PHPStan on PHP 8.1 with Laravel ^10
Process completed with exit code 1.
|