v0.10.15q - Various fixes

This commit is contained in:
frederikpyt
2020-08-31 08:16:26 +02:00
parent c1972e70c8
commit 08362b24cb
6 changed files with 30 additions and 2 deletions
@@ -15,7 +15,7 @@ class NewsController extends Controller
public function __construct()
{
$this->middleware([ "auth" ]);
$this->middleware(["lang"]);
$this->middleware([ "lang" ]);
$this->middleware([ "check.auth:news.list" ])->only("index");
$this->middleware([ "check.auth:news.show" ])->only("show");