Skip to content

Commit

Permalink
Class ExternalRoute extends BaseRoute
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 24, 2024
1 parent 510649a commit 2d8775e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/Support/Models/ExternalRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @experimental Take caution when using this class, as it may be subject to change.
*/
class ExternalRoute extends Route
class ExternalRoute extends BaseRoute
{
protected string $destination;

Expand Down

0 comments on commit 2d8775e

Please sign in to comment.