Move business logic out of components into extensions #63
Annotations
10 errors and 1 warning
Execute static analysis:
src/Actions/LogoutUser.php#L12
Call to an undefined static method Igniter\User\Facades\Auth::getUser().
|
Execute static analysis:
src/Actions/LogoutUser.php#L14
Call to an undefined static method Igniter\User\Facades\Auth::logout().
|
Execute static analysis:
src/Actions/LogoutUser.php#L21
Call to an undefined static method Illuminate\Support\Facades\Event::fire().
|
Execute static analysis:
src/Models/Customer.php#L85
Ignored error pattern #^Access to an undefined property Igniter\\User\\Models\\Customer\:\:\$first_name\.$# in path /home/runner/work/ti-ext-user/ti-ext-user/src/Models/Customer.php is expected to occur 2 times, but occurred 3 times.
|
Execute static analysis:
src/Models/Customer.php#L85
Ignored error pattern #^Access to an undefined property Igniter\\User\\Models\\Customer\:\:\$last_name\.$# in path /home/runner/work/ti-ext-user/ti-ext-user/src/Models/Customer.php is expected to occur 2 times, but occurred 3 times.
|
Execute static analysis:
src/Models/Customer.php#L160
Ignored error pattern #^Access to an undefined property Igniter\\User\\Models\\Customer\:\:\$reset_code\.$# in path /home/runner/work/ti-ext-user/ti-ext-user/src/Models/Customer.php is expected to occur 1 time, but occurred 2 times.
|
Execute static analysis:
src/Models/Customer.php#L169
Call to an undefined static method Illuminate\Support\Facades\Mail::queueTemplate().
|
Execute static analysis:
src/Models/Customer.php#L170
Access to an undefined property Igniter\User\Models\Customer::$first_name.
|
Execute static analysis:
src/Models/Customer.php#L171
Access to an undefined property Igniter\User\Models\Customer::$last_name.
|
Execute static analysis:
src/Models/Customer.php#L172
Access to an undefined property Igniter\User\Models\Customer::$reset_code.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading