Prechádzať zdrojové kódy

Merge pull request #362 from syofyanzuhad/patch-1

small_fix: lumen-route-docblock
Shalvah 3 rokov pred
rodič
commit
e44e2ad034
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/Matching/LumenRouteAdapter.php

+ 1 - 1
src/Matching/LumenRouteAdapter.php

@@ -7,7 +7,7 @@ use Illuminate\Routing\Route;
 /**
  * Class LumenRouteAdapter.
  * Lumen routes don't extend from Laravel routes,
- * so we need this class to convert a Lmen route to a Laravel one.
+ * so we need this class to convert a Lumen route to a Laravel one.
  */
 class LumenRouteAdapter extends Route
 {