Skip to content

Commit

Permalink
Update Config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Sep 8, 2024
1 parent 4bc837e commit 0f9ae35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Helpers/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ public function gitPath(): string
return base_path();
}

public function showFullPath(): bool
{
return (bool) $this->config->get('deploy-operations.show.full_path');
}

protected function directory(): string
{
return $this->config->get('deploy-operations.path', base_path('operations'));
Expand Down

0 comments on commit 0f9ae35

Please sign in to comment.