Skip to content

Add RepositoryTrait #922

Add RepositoryTrait

Add RepositoryTrait #922

Workflow file for this run

on:
pull_request:
paths:
- 'src/**'
- '.github/workflows/rector.yml'
- 'composer.json'
- 'rector.php'
name: Rector
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rector:
uses: yiisoft/actions/.github/workflows/rector.yml@master
with:
php: >-
['8.4']
required-packages: >-
['db']