mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
code style fix
add command tests
This commit is contained in:
@ -13,7 +13,7 @@ public function __construct(protected string $provider, protected string $databa
|
||||
|
||||
public function file(): string
|
||||
{
|
||||
return File::get(resource_path(sprintf("commands/database/%s/restore.sh", $this->provider)));
|
||||
return File::get(resource_path(sprintf('commands/database/%s/restore.sh', $this->provider)));
|
||||
}
|
||||
|
||||
public function content(): string
|
||||
|
Reference in New Issue
Block a user