From a3423b4cdf4aabf0d73f927f4ada88ee013a29a8 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Tue, 23 Jun 2026 14:25:34 -0400 Subject: [PATCH] update license docblock --- flight/template/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/template/View.php b/flight/template/View.php index e14b0f4..3366097 100644 --- a/flight/template/View.php +++ b/flight/template/View.php @@ -9,7 +9,7 @@ namespace flight\template; * methods for managing view data and inserts the data into * view templates upon rendering. * - * @license MIT, https://docs.flightphp.com/license + * @license [MIT](https://docs.flightphp.com/license) * @copyright 2011 [Mike Cao](https://mikecao.com) */ class View