Primo Committ
This commit is contained in:
13
vendor/spatie/laravel-backup/src/Helpers/RightAlignedTableStyle.php
vendored
Normal file
13
vendor/spatie/laravel-backup/src/Helpers/RightAlignedTableStyle.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Spatie\Backup\Helpers;
|
||||
|
||||
use Symfony\Component\Console\Helper\TableStyle;
|
||||
|
||||
class RightAlignedTableStyle extends TableStyle
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->setPadType(STR_PAD_LEFT);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user