Browse Source

remove extra condition

main
yggverse 7 months ago
parent
commit
502fb9c74c
  1. 4
      src/Controller/Nex.php

4
src/Controller/Nex.php

@ -90,9 +90,6 @@ class Nex implements MessageComponentInterface @@ -90,9 +90,6 @@ class Nex implements MessageComponentInterface
$request
);
// Make sure realpath valid to continue
if ($this->_filesystem->valid($realpath))
{
// Route
switch (true)
{
@ -149,7 +146,6 @@ class Nex implements MessageComponentInterface @@ -149,7 +146,6 @@ class Nex implements MessageComponentInterface
break;
}
}
// Dump event
if ($this->_environment->get('dump'))

Loading…
Cancel
Save