Skip to content

Commit

Permalink
Laravel 5.5 support
Browse files Browse the repository at this point in the history
Signed-off-by: Fadion Dashi <jonidashi@gmail.com>
  • Loading branch information
fadion committed Dec 8, 2017
1 parent 79947c6 commit 4934374
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Fadion/Maneuver/Commands/DeployCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct()
*
* @return mixed
*/
public function fire()
public function handle()
{
try {
$options = array(
Expand Down
2 changes: 1 addition & 1 deletion src/Fadion/Maneuver/Commands/ListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct()
*
* @return mixed
*/
public function fire()
public function handle()
{
try {
$options = array(
Expand Down
2 changes: 1 addition & 1 deletion src/Fadion/Maneuver/Commands/RollbackCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct()
*
* @return mixed
*/
public function fire()
public function handle()
{
try {
$options = array(
Expand Down
2 changes: 1 addition & 1 deletion src/Fadion/Maneuver/Commands/SyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct()
*
* @return mixed
*/
public function fire()
public function handle()
{
try {
$options = array(
Expand Down

0 comments on commit 4934374

Please sign in to comment.