Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 authored and actions-user committed Feb 1, 2021
1 parent c102014 commit 992176a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace MacsiDigital\Zoom;

use Illuminate\Support\Facades\Validator;
use MacsiDigital\Zoom\Exceptions\FileTooLargeException;
use MacsiDigital\Zoom\Exceptions\ValidationException;
use MacsiDigital\Zoom\Support\Model;
use Illuminate\Support\Facades\Validator;

class User extends Model
{
Expand Down

0 comments on commit 992176a

Please sign in to comment.