diff options
author | marvin-borner@live.com | 2018-04-11 18:36:44 +0200 |
---|---|---|
committer | marvin-borner@live.com | 2018-04-11 18:36:44 +0200 |
commit | 2a221f180ebf6f86e3709401804108fcda65184f (patch) | |
tree | f947f37deb7d0192a3c6aed15ffd30d9c7aeea6b /assets/php/vendor/composer/autoload_static.php | |
parent | a935f6bc393490d02119e9c6cbc62787b3656fac (diff) |
Started implementing chat encryption
Diffstat (limited to 'assets/php/vendor/composer/autoload_static.php')
-rw-r--r-- | assets/php/vendor/composer/autoload_static.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/php/vendor/composer/autoload_static.php b/assets/php/vendor/composer/autoload_static.php index e598fbf..e3cbb9e 100644 --- a/assets/php/vendor/composer/autoload_static.php +++ b/assets/php/vendor/composer/autoload_static.php @@ -56,7 +56,7 @@ class ComposerStaticInit3c5661e077098f105cbab5a541fd4883 public static $prefixDirsPsr4 = array ( 'Websocket\\' => array ( - 0 => __DIR__ . '/../..' . '/src', + 0 => __DIR__ . '/../..' . '/Chatserver/src', ), 'Symfony\\Polyfill\\Php70\\' => array ( |