(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Tue, 26 Mar 2019 08:51:14 +0000 (09:51 +0100)
committerwww-cweiske <www-cweiske@ahso3>
Tue, 26 Mar 2019 08:51:14 +0000 (09:51 +0100)
code.php

index bb5b37f83115a45be1eff0f18178493c5f4f5d2d..3453d797202e5db80496dffe3629fca7f57c554a 100644 (file)
--- a/code.php
+++ b/code.php
@@ -1,4 +1,4 @@
 $token = \Illuminate\Container\Container::getInstance()\r
     ->make(\Laravel\Passport\PersonalAccessTokenFactory::class)\r
-    ->make(null, "Engineroom", ['engineroom'])\r
+    ->make(null, 'My token name', ['myscope'])\r
     ->accessToken;
\ No newline at end of file