Skip to content

Commit

Permalink
Format with pint
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmypuckett committed Dec 13, 2023
1 parent 5eb5084 commit c4492c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ScheduledTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Spinen\Ncentral;

use Spinen\Ncentral\Exceptions\NoClientException;
use Spinen\Ncentral\Support\Builder;
use Spinen\Ncentral\Support\Model;

/**
Expand Down Expand Up @@ -31,7 +33,7 @@ class ScheduledTask extends Model
'credential' => [
'type' => 'LocalSystem',
'username' => null,
'password' => null
'password' => null,
],
'taskType' => 'AutomationPolicy',
];
Expand Down

0 comments on commit c4492c0

Please sign in to comment.