Convert flight transformer to the native Laravel resource object

This commit is contained in:
Nabeel Shahzad
2017-12-12 07:25:11 -06:00
parent 2e1c0a75d4
commit 373f45c86c
9 changed files with 76 additions and 87 deletions

View File

@@ -20,6 +20,10 @@ clean:
@php artisan route:clear
@php artisan config:clear
.PHONY: clean-routes
clean-routes:
@php artisan route:clear
.PHONY: build
build:
@composer install --no-interaction