改名
This commit is contained in:
@@ -62,7 +62,7 @@ class Command extends \Console\Command
|
|||||||
*/
|
*/
|
||||||
private function generate_runtime_builder()
|
private function generate_runtime_builder()
|
||||||
{
|
{
|
||||||
exec(PHP_BINARY . ' snowflake runtime:builder');
|
exec(PHP_BINARY . ' ' . APP_PATH . 'snowflake runtime:builder');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -249,7 +249,7 @@ class ServerInotify extends Process
|
|||||||
*/
|
*/
|
||||||
public function trigger_reload()
|
public function trigger_reload()
|
||||||
{
|
{
|
||||||
exec(PHP_BINARY . ' snowflake runtime:builder', $output);
|
exec(PHP_BINARY . ' ' . APP_PATH . 'snowflake runtime:builder', $output);
|
||||||
|
|
||||||
var_dump(implode(PHP_EOL, $output));
|
var_dump(implode(PHP_EOL, $output));
|
||||||
|
|
||||||
|
|||||||
@@ -533,6 +533,7 @@ class Snowflake
|
|||||||
* @param string $event
|
* @param string $event
|
||||||
* @param null $data
|
* @param null $data
|
||||||
* @return false|string
|
* @return false|string
|
||||||
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public static function param(string $event, $data = NULL): bool|string
|
public static function param(string $event, $data = NULL): bool|string
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user