Skip to content

Commit

Permalink
fix provider
Browse files Browse the repository at this point in the history
  • Loading branch information
dipudey committed Jun 16, 2022
1 parent 6dc935b commit 53c3c2f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "codeboxr/writelog",
"description": "simplified logging for laravel",
"keywords": ["package", "log","laravel log","write log","api log"],
"type": "project",
"license": "MIT",
"autoload": {
Expand All @@ -19,5 +18,12 @@
}
],
"minimum-stability": "dev",
"require": {}
"require": {},
"extra": {
"laravel": {
"providers": [
"Codeboxr\\Writelog\\WriteLogServiceProvider"
]
}
}
}

0 comments on commit 53c3c2f

Please sign in to comment.