Files
bratanbonus/resources/js/actions/Laravel/index.ts
T
Dolo 923eab0773
linter / quality (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
Feat: Route-Dateien aus .gitignore entfernt und hinzugefügt
2026-04-09 20:09:51 +02:00

6 lines
121 B
TypeScript

import Fortify from './Fortify'
const Laravel = {
Fortify: Object.assign(Fortify, Fortify),
}
export default Laravel