akalongman / akalongman/laravel-platfourm
Update namespaces and imports
オープン
- 主要言語
- PHP
- スター
- 8
- フォーク
- 1
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Just noticed that many classes still incorrectly utilize the **App\ namespace**. These need to be migrated to your package namespace.
If you [search your repository](https://github.com/akalongman/laravel-platfourm/search?utf8=%E2%9C%93&q=App&type=), you can see several examples.
```php
namespace App\Services\Auth;
use App\Exceptions\RepositoryNotFoundException;
use App\Repositories\Identity\UserRepository;
use App\Repositories\Repository;
use App\Services\EntityService;
class RegisterUserService extends EntityService
{
```
*I just thought this would be a good one to tag with* **Hacktoberfest!**
Good luck with your project!
コントリビューションガイド
評価
この issue はまだ評価されていません。