From 8ccb90b94968b4a93c6b1a295fe1a5ee1f931836 Mon Sep 17 00:00:00 2001 From: Nikola Radovic Date: Mon, 26 Jun 2017 16:55:59 +0200 Subject: [PATCH] source path fix --- src/SwitcheryAsset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SwitcheryAsset.php b/src/SwitcheryAsset.php index 0b7f36f..c20fe3a 100644 --- a/src/SwitcheryAsset.php +++ b/src/SwitcheryAsset.php @@ -16,7 +16,7 @@ */ class SwitcheryAsset extends AssetBundle { - public $sourcePath = '@bower/bootstrap-switch/dist'; + public $sourcePath = '@bower/switchery/dist'; public function init() {