Skip to content

Commit 8853c32

Browse files
committed
Merge branch 'main' of github.com:NativePHP/laravel
2 parents f306169 + 34e5c07 commit 8853c32

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/Concerns/HasDimensions.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ trait HasDimensions
99
protected int $height = 400;
1010

1111
protected int $minWidth = 0;
12+
1213
protected int $minHeight = 0;
14+
1315
protected int $maxWidth = 0;
16+
1417
protected int $maxHeight = 0;
1518

1619
protected $x;

src/MenuBar/MenuBarManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Native\Laravel\MenuBar;
44

55
use Native\Laravel\Client\Client;
6-
use Native\Laravel\Concerns\DetectsWindowId;
76

87
class MenuBarManager
98
{

src/Windows/Window.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Native\Laravel\Windows;
44

5-
use Illuminate\Support\Facades\URL;
65
use Native\Laravel\Client\Client;
76
use Native\Laravel\Concerns\HasDimensions;
87
use Native\Laravel\Concerns\HasUrl;

0 commit comments

Comments
 (0)