Completed
Push — master ( 8b2ccd...ab2185 )
by Sherif
14:39
created
src/Modules/Core/Console/Commands/PassportInstallCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public function handle(ClientRepository $client)
32 32
     {
33 33
         $this->call('passport:keys', ['--force' => $this->option('force'), '--length' => $this->option('length')]);
34
-        if( ! \Core::oauthCLients()->first(['password_client' => 1])->count()) {
34
+        if ( ! \Core::oauthCLients()->first(['password_client' => 1])->count()) {
35 35
     
36 36
             $client = $client->createPasswordGrantClient(
37 37
                 null, config('app.name'), 'http://localhost'
Please login to merge, or discard this patch.