Exemplo n.º 1
0
 static function findBySlackId($slack_id)
 {
     return Channel::where('slack_id', $slack_id)->first();
 }