frontend user-card view

This commit is contained in:
akosse
2020-01-24 17:38:25 +03:00
parent c85a047f77
commit c5227f1ee4
3 changed files with 5 additions and 26 deletions

View File

@ -112,6 +112,11 @@ class AccessesController extends Controller
return $this->redirect(['index']);
}
public function actionCustomDelete($id)
{
}
/**
* Finds the Accesses model based on its primary key value.
* If the model is not found, a 404 HTTP exception will be thrown.