File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,11 @@ class Pager implements JsonSerializable, Stringable
5252 'bootstrap-short ' => __DIR__ . '/Views/bootstrap-short.php ' ,
5353 'bootstrap5 ' => __DIR__ . '/Views/bootstrap.php ' ,
5454 'bootstrap5-short ' => __DIR__ . '/Views/bootstrap-short.php ' ,
55- // Bulma 0
55+ // Bulma 1
5656 'bulma ' => __DIR__ . '/Views/bulma.php ' ,
5757 'bulma-short ' => __DIR__ . '/Views/bulma-short.php ' ,
58+ 'bulma1 ' => __DIR__ . '/Views/bulma.php ' ,
59+ 'bulma-short1 ' => __DIR__ . '/Views/bulma-short.php ' ,
5860 // Foundation 6
5961 'foundation ' => __DIR__ . '/Views/foundation.php ' ,
6062 'foundation-short ' => __DIR__ . '/Views/foundation-short.php ' ,
Original file line number Diff line number Diff line change @@ -191,6 +191,8 @@ public function testViews() : void
191191 'bootstrap5-short ' => \realpath (__DIR__ . '/../src/Views/bootstrap-short.php ' ),
192192 'bulma ' => \realpath (__DIR__ . '/../src/Views/bulma.php ' ),
193193 'bulma-short ' => \realpath (__DIR__ . '/../src/Views/bulma-short.php ' ),
194+ 'bulma1 ' => \realpath (__DIR__ . '/../src/Views/bulma.php ' ),
195+ 'bulma-short1 ' => \realpath (__DIR__ . '/../src/Views/bulma-short.php ' ),
194196 'foundation ' => \realpath (__DIR__ . '/../src/Views/foundation.php ' ),
195197 'foundation-short ' => \realpath (__DIR__ . '/../src/Views/foundation-short.php ' ),
196198 'foundation6 ' => \realpath (__DIR__ . '/../src/Views/foundation.php ' ),
You can’t perform that action at this time.
0 commit comments