Skip to content

Commit

Permalink
core: Pint styling
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-code-labx committed Aug 11, 2024
1 parent 0ac82f4 commit d22f5ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* @property string $password
*
* @mixin \Illuminate\Database\Eloquent\Builder<User>
*
* @use HasFactory<UserFactory>
*/
class User extends Authenticatable
Expand Down Expand Up @@ -47,8 +48,6 @@ class User extends Authenticatable

/**
* The model factory for this model.
*
* @return UserFactory
*/
protected static function newFactory(): UserFactory
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
namespace XtendPackages\RESTPresenter\StarterKits\Filament\Resources\TestReportResource\Pages;

use Filament\Resources\Pages\ManageRecords;
use XtendPackages\RESTPresenter\StarterKits\Filament\Resources\TestReportResource\Widgets\TestReportStatsWidget;
use XtendPackages\RESTPresenter\StarterKits\Filament\Resources\TestReportResource;
use XtendPackages\RESTPresenter\StarterKits\Filament\Resources\TestReportResource\Widgets\TestReportStatsWidget;

class ManageTestReport extends ManageRecords
{
Expand Down

0 comments on commit d22f5ce

Please sign in to comment.