Changeset 110790 in spip-zone
- Timestamp:
- Jun 21, 2018, 2:24:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_outils_/spip-cli/trunk/src/Application.php
r110776 r110790 47 47 $this->setTimezone(); 48 48 $this->registerServices(); 49 $this->registerCommandsInProject( self::class);49 $this->registerCommandsInProject(/*self::class*/ __CLASS__); 50 50 $this->loadSpip(); // hum… 51 51 $this->registerCommandsInSpip();
Note: See TracChangeset
for help on using the changeset viewer.