File tree Expand file tree Collapse file tree 5 files changed +1
-7
lines changed
Expand file tree Collapse file tree 5 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public function image($image = null): string
5252 if (is_string ($ image ) && file_exists ($ image )) {
5353 $ type = pathinfo ($ image , PATHINFO_EXTENSION );
5454 $ data = file_get_contents ($ image );
55- $ dataUri = "data:image/ {$ type };base64, " . base64_encode ($ data );
55+ $ dataUri = "data:image/ {$ type };base64, " . base64_encode ($ data );
5656 }
5757
5858 $ this ->client ->post ('clipboard/image ' , [
Original file line number Diff line number Diff line change 22
33namespace Native \Laravel \MenuBar ;
44
5- use Illuminate \Support \Facades \URL ;
6- use Illuminate \Support \Str ;
75use Native \Laravel \Client \Client ;
86use Native \Laravel \Concerns \HasDimensions ;
97use Native \Laravel \Concerns \HasVibrancy ;
Original file line number Diff line number Diff line change 33namespace Native \Laravel ;
44
55use Illuminate \Support \Arr ;
6- use Illuminate \Support \Facades \Config ;
7- use Illuminate \Support \Facades \Storage ;
86use Native \Laravel \Commands \LoadStartupConfigurationCommand ;
97use Native \Laravel \Commands \MinifyApplicationCommand ;
108use Native \Laravel \Logging \LogWatcher ;
Original file line number Diff line number Diff line change 22
33namespace Native \Laravel ;
44
5- use Illuminate \Support \Facades \URL ;
65use Native \Laravel \Client \Client ;
76
87class Window
Original file line number Diff line number Diff line change 22
33namespace Native \Laravel \Windows ;
44
5- use Illuminate \Support \Facades \URL ;
65use Native \Laravel \Client \Client ;
76use Native \Laravel \Concerns \DetectsWindowId ;
87
You can’t perform that action at this time.
0 commit comments