-
-
Notifications
You must be signed in to change notification settings - Fork 281
Added substitude for $defaultFlags #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -323,6 +323,27 @@ Pokud potřebujete do HTTPS překlopit celou aplikaci, použijte `Route::$defaul | |||
Route::$defaultFlags = Route::SECURED; | |||
\-- | |||
|
|||
.[caution] | |||
Route::$defaultFlags v Nette 2.4 již nepodporovaté |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NepodporovaNé ;)
Thank you! 👍 |
I too 👍 |
.[caution] | ||
Route::$defaultFlags is deprecated since Nette 2.4 | ||
|
||
Substitude for `Route::$defaultFlags` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Substitute (or replacement)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh darn, I missed this one. I will fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I already fixed it
Díky @JanGalek za sepsání, ale není to úplně přesné, zatím to revertnu, ok? |
Omlouvám se, měl jsem počkat na další feedback :(. Chybu beru na sebe. |
V poho :-) |
@dg ok, omlouvám se |
Mám teď šílené fofry, ale dáme ten text dohromady. |
Poslal jsem na toto nový PR, poupravil jsem texty, #452 |
Route::$defaultFlags is deprecated, so there is substitude for it.