mirror of
https://github.com/YGGverse/next.git
synced 2026-04-02 10:45:29 +00:00
remove extra condition
This commit is contained in:
parent
430da8ec1d
commit
502fb9c74c
1 changed files with 43 additions and 47 deletions
|
|
@ -90,9 +90,6 @@ class Nex implements MessageComponentInterface
|
||||||
$request
|
$request
|
||||||
);
|
);
|
||||||
|
|
||||||
// Make sure realpath valid to continue
|
|
||||||
if ($this->_filesystem->valid($realpath))
|
|
||||||
{
|
|
||||||
// Route
|
// Route
|
||||||
switch (true)
|
switch (true)
|
||||||
{
|
{
|
||||||
|
|
@ -149,7 +146,6 @@ class Nex implements MessageComponentInterface
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Dump event
|
// Dump event
|
||||||
if ($this->_environment->get('dump'))
|
if ($this->_environment->get('dump'))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue