Skip to content

Commit fa9c2a4

Browse files
author
Sandip Patel
committed
missing config file added
1 parent 2ff0990 commit fa9c2a4

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020
"laravel": {
2121
"providers": [
2222
"PCB\\Laravel\\ServiceProvider"
23-
],
24-
"aliases": {
25-
"PCBLaravel": "PCB\\Laravel\\Facade"
26-
}
23+
]
2724
},
2825
"branch-alias": {
2926
"dev-master": "1.0-dev"

src/config.php

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
/**
4+
* User: Sandip Patel
5+
* Date: 18/09/17
6+
* Time: 6:13 PM
7+
*/
8+
9+
return [
10+
11+
];

0 commit comments

Comments
 (0)