Revize 21570473
Přidáno uživatelem Adam Mištera před téměř 5 roky(ů)
app/Http/Controllers/DetailsController.php | ||
---|---|---|
9 | 9 |
|
10 | 10 |
class DetailsController extends Controller |
11 | 11 |
{ |
12 |
public function __construct() |
|
13 |
{ |
|
14 |
$this->middleware('auth'); |
|
15 |
} |
|
16 |
|
|
12 | 17 |
/** |
13 | 18 |
* Display a listing of the resource. |
14 | 19 |
* |
Také k dispozici: Unified diff
Issue #7788 @2h
[+] Vytvoření registrace a správy uživatelů
[+] Refraktoring