[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
10
vendor/danharrin/date-format-converter/src/helpers.php
vendored
Normal file
10
vendor/danharrin/date-format-converter/src/helpers.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
use DanHarrin\DateFormatConverter\Converter;
|
||||
|
||||
if (! function_exists('convert_date_format')) {
|
||||
function convert_date_format($format)
|
||||
{
|
||||
return new Converter($format);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user