phpstan 5 errors fixed
This commit is contained in:
10
app/Nova/Actions/Sber/SberActionFields.php
Normal file
10
app/Nova/Actions/Sber/SberActionFields.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Nova\Actions\Sber;
|
||||
|
||||
use Laravel\Nova\Fields\ActionFields;
|
||||
|
||||
/**
|
||||
* @property string $payment_amount
|
||||
*/
|
||||
class SberActionFields extends ActionFields {}
|
||||
Reference in New Issue
Block a user