Skip to content

Commit fe56238

Browse files
committed
Merge branch '4.x' of github.com:CakeDC/cakephp-file-storage into 4.x
2 parents 63f4788 + fbd99db commit fe56238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/routes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
use Cake\Routing\Router;
33

4-
Router::plugin('Burzum/FileStorage', function($routes) {
4+
$routes->plugin('Burzum/FileStorage', function($routes) {
55
$routes->fallbacks();
6-
});
6+
});

0 commit comments

Comments
 (0)