Skip to content

Added basic models and factories #1

Added basic models and factories

Added basic models and factories #1

Workflow file for this run

name: PHP Linting
on: push
jobs:
pint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "laravel-pint"
uses: aglipanci/[email protected]
with:
configPath: "pint.json"