概況欄の時間表記が狂っていたため、フォーマットの担当をDBからPHPに移した
This commit is contained in:
13
app/Facades/Formatter.php
Normal file
13
app/Facades/Formatter.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Facades;
|
||||
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
class Formatter extends Facade
|
||||
{
|
||||
protected static function getFacadeAccessor()
|
||||
{
|
||||
return \App\Utilities\Formatter::class;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user