From 74cb1477bb921a2378ea22a552b71a48c11e0931 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 20 Jul 2018 16:34:32 +0200 Subject: Better API (integrated oauth completely) --- infrastructure/Console/Kernel.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 infrastructure/Console/Kernel.php (limited to 'infrastructure/Console/Kernel.php') diff --git a/infrastructure/Console/Kernel.php b/infrastructure/Console/Kernel.php new file mode 100644 index 0000000..dffc73a --- /dev/null +++ b/infrastructure/Console/Kernel.php @@ -0,0 +1,31 @@ +command('inspire') + // ->hourly(); + } +} -- cgit v1.2.3