Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jul 15, 2024
1 parent 2f542ac commit e75f8d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"php": "^8.2",
"composer-runtime-api": "^2.2",
"composer/semver": "^3.0",
"illuminate/console": "^11.10",
"illuminate/database": "^11.10",
"illuminate/filesystem": "^11.10",
"illuminate/support": "^11.10",
"illuminate/console": "^11.13",
"illuminate/database": "^11.13",
"illuminate/filesystem": "^11.13",
"illuminate/support": "^11.13",
"orchestra/canvas-core": "^9.0",
"orchestra/testbench-core": "^9.0",
"symfony/polyfill-php83": "^1.28",
"symfony/yaml": "^7.0"
},
"require-dev": {
"laravel/framework": "^11.10",
"laravel/framework": "^11.13",
"laravel/pint": "^1.6",
"mockery/mockery": "^1.6",
"phpstan/phpstan": "^1.11",
Expand Down
4 changes: 1 addition & 3 deletions src/Console/ComponentMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ public function handle()
public function afterCodeHasBeenGenerated(string $className, string $path): void
{
if ($this->option('view') || ! $this->option('inline')) {
$this->writeView(function () {
$this->components->info(sprintf('View for %s created successfully.', $this->type));
});
$this->writeView();
}
}

Expand Down

0 comments on commit e75f8d4

Please sign in to comment.