mirror of
https://github.com/themsaid/ibis.git
synced 2025-01-16 13:09:27 +01:00
formatting
This commit is contained in:
parent
99b021e047
commit
36c125415d
6
ibis
6
ibis
@ -7,7 +7,11 @@ use Ibis\Commands\SampleCommand;
|
||||
use Ibis\Commands\SortContentCommand;
|
||||
use Symfony\Component\Console\Application;
|
||||
|
||||
require file_exists(__DIR__.'/vendor/autoload.php') ? __DIR__.'/vendor/autoload.php' : __DIR__.'/../../autoload.php';
|
||||
if (file_exists(__DIR__.'/../../autoload.php')) {
|
||||
require __DIR__.'/../../autoload.php';
|
||||
} else {
|
||||
require __DIR__.'/vendor/autoload.php';
|
||||
}
|
||||
|
||||
/**
|
||||
* Start the console application.
|
||||
|
@ -15,7 +15,10 @@ return [
|
||||
/**
|
||||
* The list of fonts to be used in the different themes.
|
||||
*/
|
||||
'fonts' => [],
|
||||
'fonts' => [
|
||||
// 'calibri' => 'Calibri-Regular.ttf',
|
||||
// 'times' => 'times-regular.ttf',
|
||||
],
|
||||
|
||||
/**
|
||||
* Page ranges to be used with the sample command.
|
||||
|
Loading…
x
Reference in New Issue
Block a user