Skip to content

Commit

Permalink
adds small tweaks to make it compatible with Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Otienoh committed Mar 9, 2022
1 parent a14fcdf commit f816bf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": ">=7.1.0",
"laravel/nova": "*",
"doctrine/dbal": "^2.8"
"doctrine/dbal": "^2.8|^3.0"
},
"require-dev": {
"orchestra/testbench": "^3.6",
Expand Down
1 change: 0 additions & 1 deletion resources/views/templates/resource.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Laravel\Nova\Fields\{{ $type }};
@endforeach


class {{ $request['singular'] }} extends Resource
{
/**
Expand Down

0 comments on commit f816bf8

Please sign in to comment.