app/Http/Controllers/Admin/BaseController.php: Format fixes.
This commit is contained in:
parent
862abe00a1
commit
67d0fad391
1 changed files with 5 additions and 5 deletions
|
|
@ -6,10 +6,10 @@ use App\Http\Controllers\Controller;
|
|||
|
||||
class BaseController extends Controller
|
||||
{
|
||||
protected $_datatable = [];
|
||||
protected $_datatable = [];
|
||||
|
||||
public function index()
|
||||
{
|
||||
return view('admin.index', ['datatable_options' => $this->_datatable]);
|
||||
}
|
||||
public function index()
|
||||
{
|
||||
return view('admin.index', ['datatable_options' => $this->_datatable]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue