Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
NursultanIITU authored and github-actions[bot] committed Sep 3, 2023
1 parent 60d2d4e commit 10b2e14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Abstracts/Models/AbstractModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

abstract class AbstractModel extends LaravelEloquentModel
{
use HasFactory;
use CyrillicChars;
use HasFactory;
}
2 changes: 1 addition & 1 deletion src/Forms/Components/AdminKitCropper.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
class AdminKitCropper extends SpatieMediaLibraryFileUpload
{
use CanFlipImage, CanRotateImage, CanZoomImage, HasViewMode, HasAspectRatio, CanGenerateThumbnail;
use CanFlipImage, CanGenerateThumbnail, CanRotateImage, CanZoomImage, HasAspectRatio, HasViewMode;

protected string $view = 'filament-cropper::components.cropper';

Expand Down
2 changes: 1 addition & 1 deletion src/Models/AdminKitUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
*/
class AdminKitUser extends Authenticatable
{
use HasRoles;
use CyrillicChars;
use HasRoles;

/**
* Он тут нужен?
Expand Down

0 comments on commit 10b2e14

Please sign in to comment.