Allow to automatically redirect one way to another in the same way_id, if a condition is met or always ```php ways::forward(['/path/to/listen' => '/path/to/execute'], function() { return true or false; }); ```
Allow to automatically redirect one way to another in the same way_id, if a condition is met or always