Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 18, 2023
1 parent c1ae028 commit 2f809ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"php": "^8.1",
"composer-runtime-api": "^2.2",
"composer/semver": "^3.0",
"illuminate/database": "^10.17",
"illuminate/support": "^10.17",
"illuminate/database": "^10.23",
"illuminate/support": "^10.23",
"orchestra/canvas-core": "dev-illuminate-console-8",
"orchestra/testbench-core": "^8.10.2",
"symfony/yaml": "^6.2"
},
"require-dev": {
"laravel/framework": "^10.17",
"laravel/framework": "^10.23",
"laravel/pint": "^1.6",
"mockery/mockery": "^1.5.1",
"phpstan/phpstan": "^1.10.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ViewMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
class ViewMakeCommand extends \Illuminate\Foundation\Console\ViewMakeCommand
{
use CodeGenerator;
use UsesGeneratorOverrides;
use TestGenerator {
handleTestCreationUsingCanvas as protected handleTestCreationUsingCanvasFromTrait;
}
use UsesGeneratorOverrides;

/**
* Create a new controller creator command instance.
Expand Down

0 comments on commit 2f809ac

Please sign in to comment.