akalongman / akalongman/laravel-platfourm

Update namespaces and imports

オープン
#5 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。