#4225 Added newline between the end of the method and the next one.

This commit is contained in:
Master_Hans 2020-11-23 21:01:49 +03:00
parent ab130634b3
commit 17867ccfd1

View File

@ -138,7 +138,7 @@ class PendingRegistrationsController extends Controller
public function actionDeleteAll()
{
if (Yii::$app->request->isPost) {
Invite::deleteAll();
Invite::deleteAll();
$this->view->success(Yii::t(
'AdminModule.user',
'All invitations have been deleted'
@ -146,6 +146,7 @@ class PendingRegistrationsController extends Controller
}
return $this->redirect(['index']);
}
/**
* Delete all or selected invitation
*