mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 03:06:04 +01:00
#4225 Added newline between the end of the method and the next one.
This commit is contained in:
parent
ab130634b3
commit
17867ccfd1
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user