jqh 5 년 전
부모
커밋
b867176ff2
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      resources/assets/dcat/js/extensions/Toastr.js
  2. 1 1
      src/Console/Development/LinkCommand.php

+ 0 - 1
resources/assets/dcat/js/extensions/Toastr.js

@@ -7,7 +7,6 @@ export default class Toastr {
         Dcat.error = _this.error;
         Dcat.info = _this.info;
         Dcat.warning = _this.warning;
-        Dcat.confirm = _this.confirm;
     }
 
     success(message, title, options) {

+ 1 - 1
src/Console/Development/LinkCommand.php

@@ -75,7 +75,7 @@ class LinkCommand extends Command
             return;
         }
 
-        $distPath = realpath(__DIR__ . '/../../../resources/dist');
+        $distPath = realpath(__DIR__ . '/../../../resources/pre-dist');
 
         $files->link(
             $distPath, $publicPath