79480224

Date: 2025-03-03 05:25:38
Score: 1.5
Natty:
Report link

In your custom shell class add empty "startup()" function to ovverride Shell class startup() function.

class MySampleCustomShell extends AppShell {

   ...

   public function startup() {
    
   }

   ...

}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Piotr