Commit 6f8abfb 1 parent 481eda1 commit 6f8abfb Copy full SHA for 6f8abfb
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
class AssetService
32
32
{
33
33
/** @var string The default HydeFront SemVer tag to load. This constant is set to match the styles used for the installed framework version. */
34
- final public const HYDEFRONT_VERSION = 'v2 .0 ' ;
34
+ final public const HYDEFRONT_VERSION = 'v3 .0 ' ;
35
35
36
36
/** @var string The default HydeFront CDN path pattern. The Blade-style placeholders are replaced with the proper values. */
37
37
final public const HYDEFRONT_CDN_URL = 'https://cdn.jsdelivr.net/npm/hydefront@{{ $version }}/dist/{{ $file }} ' ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ protected function setUp(): void
22
22
23
23
public function testVersionStringConstant ()
24
24
{
25
- $ this ->assertSame ('v2 .0 ' , AssetService::HYDEFRONT_VERSION );
25
+ $ this ->assertSame ('v3 .0 ' , AssetService::HYDEFRONT_VERSION );
26
26
}
27
27
28
28
public function testServiceHasVersionString ()
You can’t perform that action at this time.
0 commit comments