File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ public function formatTemplateFiles()
564
564
* @param string
565
565
* @return string
566
566
*/
567
- protected static function formatActionMethod ($ action )
567
+ public static function formatActionMethod ($ action )
568
568
{
569
569
return 'action ' . $ action ;
570
570
}
@@ -576,7 +576,7 @@ protected static function formatActionMethod($action)
576
576
* @param string
577
577
* @return string
578
578
*/
579
- protected static function formatRenderMethod ($ view )
579
+ public static function formatRenderMethod ($ view )
580
580
{
581
581
return 'render ' . $ view ;
582
582
}
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ public function signalReceived($signal)
291
291
* @param string
292
292
* @return string
293
293
*/
294
- public function formatSignalMethod ($ signal )
294
+ public static function formatSignalMethod ($ signal )
295
295
{
296
296
return $ signal == NULL ? NULL : 'handle ' . $ signal ; // intentionally ==
297
297
}
You can’t perform that action at this time.
0 commit comments