Skip to content

Commit

Permalink
Feature: add desktop notification to ws:start
Browse files Browse the repository at this point in the history
  • Loading branch information
satrun77 committed Aug 24, 2017
1 parent 6637b9b commit 8776ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MooCommand/Command/Workspace/Start.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ protected function fire()
// Success message
$successMessage = 'The site started successfully.';
$this->getOutputStyle()->success($successMessage);
$this->notify('Start environment ' . $this->getConfigHelper()->getCurrentSiteName(), $successMessage);
}
}

0 comments on commit 8776ced

Please sign in to comment.