<?php
namespace App\Traits;

trait DummyTrait {
    public function index() {
        // to do something here...
    }
}