Skip to content

Commit

Permalink
fix: namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-rahimi committed Apr 8, 2023
1 parent b957e58 commit aaf9d71
Show file tree
Hide file tree
Showing 16 changed files with 820 additions and 593 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "lazysoft/laravel-panel",
"name": "t0team/laravel-panel",
"description": "A AdminPanel For Laravel",
"license": "MIT",
"keywords": [
"admin-panel",
"LazySoft",
"lazysoft",
"t0team",
"ahr1384",
"laravel",
"admin",
Expand All @@ -28,22 +27,22 @@
},
"autoload": {
"psr-4": {
"LazySoft\\LaravelPanel\\": "src/"
"T0team\\LaravelPanel\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"LazySoft\\LaravelPanel\\Tests\\": "tests/"
"T0team\\LaravelPanel\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"LazySoft\\LaravelPanel\\LaravelPanelServiceProvider"
"T0team\\LaravelPanel\\LaravelPanelServiceProvider"
],
"aliases": {
"Panel": "LazySoft\\LaravelPanel\\Facades\\Panel"
"Panel": "T0team\\LaravelPanel\\Facades\\Panel"
}
}
}
}
}
Loading

0 comments on commit aaf9d71

Please sign in to comment.