Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
calchen committed Jan 17, 2020
2 parents 5dce20e + ec7aafb commit 033a96e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
use Illuminate\Support\Facades\Facade as LaravelFacade;

/**
* Class Facade
* Class Facade.
*
* @package Calchen\LaravelDingtalkRobot
* @method static robot($name = 'default')
* @method static setMessage(Message $message)
* @method static getMessage()
Expand All @@ -20,4 +19,4 @@ protected static function getFacadeAccessor()
{
return DingtalkRobot::class;
}
}
}
2 changes: 1 addition & 1 deletion tests/FacadeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ public function testDefault()
$robot = \DingtalkRobot::setMessage($message);
$this->assertTrue(is_array($robot->getMessage()));
}
}
}

0 comments on commit 033a96e

Please sign in to comment.