1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Added user setting system and added user-lang option

Supports #115
This commit is contained in:
Dan Brown
2017-01-15 16:27:24 +00:00
parent ee5ded6e1e
commit dabf149411
11 changed files with 124 additions and 25 deletions

View File

@ -1,6 +1,4 @@
<?php
namespace BookStack\Http\Middleware;
<?php namespace BookStack\Http\Middleware;
use Closure;
use Illuminate\Contracts\Auth\Guard;