Projeto

Geral

Perfil

Estatísticas
| Branch: | Revisão:

expressolivretools / app / Http / Controllers / ExampleController.php @ 3e379cec

Histórico | Ver | Anotar | Baixar (236 Bytes)

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
}