We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc837e commit 0f9ae35Copy full SHA for 0f9ae35
src/Helpers/Config.php
@@ -51,6 +51,11 @@ public function gitPath(): string
51
return base_path();
52
}
53
54
+ public function showFullPath(): bool
55
+ {
56
+ return (bool) $this->config->get('deploy-operations.show.full_path');
57
+ }
58
+
59
protected function directory(): string
60
{
61
return $this->config->get('deploy-operations.path', base_path('operations'));
0 commit comments