File tree 3 files changed +12
-11
lines changed
3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
- <div class =" relative" >
2
- <iframe src =" {{ $widgetbayLink } }" allow =" fullscreen" scrolling =" no"
3
- class =" {{ $heightListClass ?? ' shortcode_widgetbay' } } _iub_cs_activate"
4
- frameborder =" 0" loading =" lazy"
5
- title =" Offerta di Widgetbay"
6
- style =" width :100% ;overflow-y :hidden ;
1
+ <iframe src =" {{ $widgetbayLink } }" allow =" fullscreen" scrolling =" no"
2
+ class =" {{ $heightListClass ?? ' shortcode_widgetbay' } } _iub_cs_activate"
3
+ frameborder =" 0" loading =" lazy"
4
+ title =" Offerta di Widgetbay"
5
+ style =" width :100% ;overflow-y :hidden ;
7
6
" >
8
- </iframe >
9
- <a href =" {{ $widgetbayLink } }" target =" _blank" rel =" sponsored nofollow" class =" widgetbay_box stretched-link" ></a >
10
- </div >
7
+ </iframe >
Original file line number Diff line number Diff line change 22
22
23
23
final class LaravelShortcodePlus
24
24
{
25
- public function __construct (protected string $ content = '' ) {}
25
+ public function __construct (protected string $ content = '' )
26
+ {
27
+ }
26
28
27
29
public static function source (string $ source ): LaravelShortcodePlus
28
30
{
Original file line number Diff line number Diff line change @@ -42,7 +42,9 @@ public function configurePackage(Package $package): void
42
42
->hasMigration ('create_laravel-shortcode-plus_table ' );
43
43
}
44
44
45
- public function packageRegistered () {}
45
+ public function packageRegistered ()
46
+ {
47
+ }
46
48
47
49
public function packageBooted (): void
48
50
{
You can’t perform that action at this time.
0 commit comments