mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
chore: format
This commit is contained in:
parent
f5d5cb4aef
commit
ba9def7d4b
1 changed files with 2 additions and 2 deletions
|
|
@ -4,11 +4,10 @@ namespace App\Models;
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||||
use Illuminate\Database\Eloquent\Model;
|
use Illuminate\Database\Eloquent\Model;
|
||||||
|
use Illuminate\Support\Facades\App;
|
||||||
use Illuminate\Support\Facades\Blade;
|
use Illuminate\Support\Facades\Blade;
|
||||||
use Illuminate\Support\Facades\Http;
|
use Illuminate\Support\Facades\Http;
|
||||||
use Illuminate\Support\Str;
|
use Illuminate\Support\Str;
|
||||||
use Keepsuit\LaravelLiquid\Facades\Liquid;
|
|
||||||
use Illuminate\Support\Facades\App;
|
|
||||||
use Keepsuit\Liquid\Exceptions\LiquidException;
|
use Keepsuit\Liquid\Exceptions\LiquidException;
|
||||||
|
|
||||||
class Plugin extends Model
|
class Plugin extends Model
|
||||||
|
|
@ -82,6 +81,7 @@ class Plugin extends Model
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Render the plugin's markup
|
* Render the plugin's markup
|
||||||
|
*
|
||||||
* @throws LiquidException
|
* @throws LiquidException
|
||||||
*/
|
*/
|
||||||
public function render(string $size = 'full', bool $standalone = true): string
|
public function render(string $size = 'full', bool $standalone = true): string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue