Skip to content

Commit 5b963d2

Browse files
authored
Register reload command (#1081)
1 parent 0b826dc commit 5b963d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/OctaneServiceProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ protected function registerCommands()
192192
Commands\StatusCommand::class,
193193
Commands\StopCommand::class,
194194
]);
195+
196+
if (method_exists($this, 'reloads')) {
197+
$this->reloads('octane:reload', 'octane');
198+
}
195199
}
196200
}
197201

0 commit comments

Comments
 (0)