Skip to content

Commit 0f9ae35

Browse files
Update Config.php
1 parent 4bc837e commit 0f9ae35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Helpers/Config.php

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ public function gitPath(): string
5151
return base_path();
5252
}
5353

54+
public function showFullPath(): bool
55+
{
56+
return (bool) $this->config->get('deploy-operations.show.full_path');
57+
}
58+
5459
protected function directory(): string
5560
{
5661
return $this->config->get('deploy-operations.path', base_path('operations'));

0 commit comments

Comments
 (0)