githubtrue/backend/app/Http/Controllers/ExampleController.php @ 54fa168c
1 |
<?php
|
---|---|
2 |
|
3 |
namespace App\Http\Controllers; |
4 |
|
5 |
class ExampleController extends Controller |
6 |
{
|
7 |
/**
|
8 |
* Create a new controller instance.
|
9 |
*
|
10 |
* @return void
|
11 |
*/
|
12 |
public function __construct() |
13 |
{
|
14 |
//
|
15 |
}
|
16 |
|
17 |
//
|
18 |
}
|