File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class Pager implements JsonSerializable, Stringable
5656 'bulma ' => __DIR__ . '/Views/bulma.php ' ,
5757 'bulma-short ' => __DIR__ . '/Views/bulma-short.php ' ,
5858 'bulma1 ' => __DIR__ . '/Views/bulma.php ' ,
59- 'bulma-short1 ' => __DIR__ . '/Views/bulma-short.php ' ,
59+ 'bulma1-short ' => __DIR__ . '/Views/bulma-short.php ' ,
6060 // Foundation 6
6161 'foundation ' => __DIR__ . '/Views/foundation.php ' ,
6262 'foundation-short ' => __DIR__ . '/Views/foundation-short.php ' ,
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ public function testViews() : void
223223 'bulma ' => \realpath (__DIR__ . '/../src/Views/bulma.php ' ),
224224 'bulma-short ' => \realpath (__DIR__ . '/../src/Views/bulma-short.php ' ),
225225 'bulma1 ' => \realpath (__DIR__ . '/../src/Views/bulma.php ' ),
226- 'bulma-short1 ' => \realpath (__DIR__ . '/../src/Views/bulma-short.php ' ),
226+ 'bulma1-short ' => \realpath (__DIR__ . '/../src/Views/bulma-short.php ' ),
227227 'foundation ' => \realpath (__DIR__ . '/../src/Views/foundation.php ' ),
228228 'foundation-short ' => \realpath (__DIR__ . '/../src/Views/foundation-short.php ' ),
229229 'foundation6 ' => \realpath (__DIR__ . '/../src/Views/foundation.php ' ),
You can’t perform that action at this time.
0 commit comments