Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Router::scope('/', ['plugin' => 'WdContactForm'], function ($routes) {
  2. $routes->prefix('admins', function ($routes) {
  3. $routes->fallbacks();
  4. });
  5. $routes->fallbacks();
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement