Skip to content

Commit 1d145fc

Browse files
committed
Bugfix route for framework changes
1 parent 46efe67 commit 1d145fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/Routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
// Routes to Files controller
4-
$routes->group('files', ['namespace' => 'Tatter\Files\Controllers'], function($routes)
4+
$routes->group('files', ['namespace' => '\Tatter\Files\Controllers'], function($routes)
55
{
66
$routes->get('/', 'Files::index');
77
$routes->get('index/(:any)', 'Files::index/$1');

0 commit comments

Comments
 (0)