sendStatusPostback fix.

This commit is contained in:
Dmitry Khomutov 2017-07-02 16:45:25 +07:00
commit a9309a1feb
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
3 changed files with 14 additions and 8 deletions

View file

@ -743,7 +743,7 @@ class Build extends Model
*/
public function sendStatusPostback()
{
return;
return false;
}
/**