Browse Source

fixes #1427

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
1369e050a1
  1. 4
      docs/guide/url.md

4
docs/guide/url.md

@ -149,9 +149,9 @@ In the above, we use the custom URL rule class `CarUrlRule` to handle
the URL format `/Manufacturer/Model`. The class can be written like the following:
```php
namespace \app\components;
namespace app\components;
use \yii\web\UrlRule;
use yii\web\UrlRule;
class CarUrlRule extends UrlRule
{

Loading…
Cancel
Save