This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
SovBundle
Watch
3
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Correctif mineur
feature/symfony6.1
Fabien Normand
2 years ago
parent
3ab497001b
commit
cb4429d793
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
Controller/ControllerTrait.php
+ 1
- 1
Controller/ControllerTrait.php
View File
@@ -43,7 +43,7 @@ trait ControllerTrait
/*
* Fonctions privées
*/
pr
ivate
function _setNoLimitMemoryAndTime()
pr
otected
function _setNoLimitMemoryAndTime()
{
ini_set('memory_limit', '-1');
set_time_limit(0);
Write
Preview
Loading…
Cancel
Save