Skip to content

Commit

Permalink
fixing cs
Browse files Browse the repository at this point in the history
  • Loading branch information
2amjsouza committed Dec 8, 2023
1 parent 0b0402f commit 620556e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion routes/laravel.route.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<?php

use Illuminate\Support\Facades\Route;
use Da\QrCode\Controllers\LaravelResourceController;

Expand Down
1 change: 1 addition & 0 deletions src/Contracts/ColorsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ public function buildFillColor();
*/
public function forceUniformRgbColors(): void;
}

0 comments on commit 620556e

Please sign in to comment.