mirror of
https://github.com/YGGverse/next.git
synced 2026-04-02 18:55:30 +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
|
||||
);
|
||||
|
||||
// Make sure realpath valid to continue
|
||||
if ($this->_filesystem->valid($realpath))
|
||||
{
|
||||
// Route
|
||||
switch (true)
|
||||
{
|
||||
|
|
@ -149,7 +146,6 @@ class Nex implements MessageComponentInterface
|
|||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
// Dump event
|
||||
if ($this->_environment->get('dump'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue