Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Power-Components/livewire-powergrid…
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
luanfreitasdev committed Nov 8, 2021
2 parents d04fd4e + a29aee4 commit 8d9dc4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ jobs:
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update --dev
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Cs Fixer
run: vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no --stop-on-violation

- name: Pest tests
run: vendor/bin/pest
2 changes: 1 addition & 1 deletion resources/views/components/actions.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class="{{ filled($action->class) ? $action->class : $theme->actions->headerBtnCl
@if(strtolower($action->method) !== ('get'))
<form target="{{ $action->target }}"
action="{{ route($action->route, $parameters) }}"
method="{{ $action->target }}">
method="post">
@method($action->method)
@csrf
<button type="submit"
Expand Down

0 comments on commit 8d9dc4b

Please sign in to comment.