Browse Source

fix service provider

tags/1.0
0nepeop1e 4 years ago
parent
commit
a3c526f842
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      .idea/workspace.xml
  2. 1
    1
      composer.json

+ 1
- 1
.idea/workspace.xml View File

71
       <option name="number" value="Default" />
71
       <option name="number" value="Default" />
72
       <option name="presentableId" value="Default" />
72
       <option name="presentableId" value="Default" />
73
       <updated>1600830685900</updated>
73
       <updated>1600830685900</updated>
74
-      <workItem from="1600830687029" duration="1140000" />
74
+      <workItem from="1600830687029" duration="1452000" />
75
     </task>
75
     </task>
76
     <servers />
76
     <servers />
77
   </component>
77
   </component>

+ 1
- 1
composer.json View File

24
     "extra": {
24
     "extra": {
25
         "laravel": {
25
         "laravel": {
26
             "providers": [
26
             "providers": [
27
-                "MirfalahTech\\Laravel\\Payment\\Gateway\\DummyPay\\DummyPayPayServiceProvider"
27
+                "MirfalahTech\\Laravel\\Payment\\Gateway\\DummyPay\\DummyPayServiceProvider"
28
             ]
28
             ]
29
         }
29
         }
30
     },
30
     },

Loading…
Cancel
Save