main
Last change
on this file since c454c0f was c454c0f, checked in by bube-ristovska <ristovska725@…>, 11 months ago |
First commit
|
-
Property mode
set to
100644
|
File size:
299 bytes
|
Line | |
---|
1 | <?php
|
---|
2 |
|
---|
3 | namespace App\Http\Controllers;
|
---|
4 |
|
---|
5 | use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
|
---|
6 | use Illuminate\Foundation\Validation\ValidatesRequests;
|
---|
7 | use Illuminate\Routing\Controller as BaseController;
|
---|
8 |
|
---|
9 | class Controller extends BaseController
|
---|
10 | {
|
---|
11 | use AuthorizesRequests, ValidatesRequests;
|
---|
12 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.