Skip to content

Commit 9955a24

Browse files
authored
Update Route.php
1 parent 01d1ca9 commit 9955a24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Router/Route.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* It also imports the necessary classes and interfaces.
77
*
88
* @package Router
9-
* @version ^1.2.2
9+
* @version ^1.4.1
1010
* @since 1.0.0
1111
* @link https://github.com/PhpSlides/phpslides
1212
* @author Dave Conco <info@dconco.dev>
@@ -28,12 +28,12 @@
2828
*
2929
* Create route & api that accept different methods and render to the client area
3030
*
31-
* @author Dave Conco <concodave@gmail.com>
32-
* @link https://github.com/dconco/php_slides
31+
* @author Dave Conco <info@dconco.dev>
32+
* @link https://github.com/PhpSlides/phpslides
3333
* @category api, router, php router, php
34-
* @copyright 2023 - 2024 Dave Conco
34+
* @copyright 2024 Dave Conco
3535
* @package PhpSlides
36-
* @version ^1.0.0
36+
* @version ^1.4.1
3737
* @return self
3838
* |
3939
*

0 commit comments

Comments
 (0)