Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Branding/ParagraphStyle.php
#	src/Presentation/BaseSlide.php
#	src/Presentation/Presentation.php
  • Loading branch information
ErikBernskiold committed Dec 29, 2023
2 parents 5f9949b + fea784a commit d7aa6a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Branding/ParagraphStyle.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use BernskioldMedia\LaravelPpt\Concerns\Slides\WithFontSettings;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Support\Traits\Conditionable;
use Illuminate\Support\Traits\Tappable;
use function method_exists;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Presentation/BaseSlide.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
use BernskioldMedia\LaravelPpt\Concerns\Slides\WithTextColor;
use BernskioldMedia\LaravelPpt\Contracts\Slide as SlideContract;
use Closure;
use Illuminate\Support\Traits\Tappable;
use function config;
use Illuminate\Support\Traits\Conditionable;
use Illuminate\Support\Traits\Tappable;
use PhpOffice\PhpPresentation\Slide;
use PhpOffice\PhpPresentation\Slide\Background\Color;
use function tap;
Expand Down
4 changes: 2 additions & 2 deletions src/Presentation/Presentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
use BernskioldMedia\LaravelPpt\Concerns\Slides\WithPadding;
use BernskioldMedia\LaravelPpt\Concerns\Slides\WithSize;
use BernskioldMedia\LaravelPpt\Contracts\CustomizesPowerpointBranding;
use Illuminate\Support\Traits\Conditionable;
use Illuminate\Support\Traits\Tappable;
use function config;
use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Support\Facades\Storage;
use Illuminate\Support\Traits\Conditionable;
use Illuminate\Support\Traits\Tappable;
use function method_exists;
use PhpOffice\PhpPresentation\DocumentLayout;
use PhpOffice\PhpPresentation\Exception\OutOfBoundsException;
Expand Down

0 comments on commit d7aa6a5

Please sign in to comment.