Browse Source

Uncomment example.

Taylor Otwell 8 years ago
parent
commit
ba857ca50e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      config/auth.php

+ 4 - 4
config/auth.php

@@ -41,10 +41,10 @@ return [
             'source' => 'users',
         ],
 
-        // 'api' => [
-        //     'driver' => 'token',
-        //     'source' => 'users',
-        // ],
+        'api' => [
+            'driver' => 'token',
+            'source' => 'users',
+        ],
     ],
 
     /*