- edit service

v6
Chaim 4 years ago
parent e66ddbd9bc
commit 047bdcc0b7

@ -1,19 +0,0 @@
<?php
/**
* (c) Chaim <gc@dtapp.net>
*/
namespace DtApp\ThinkLibrary\service;
use DtApp\ThinkLibrary\helper\Time;
use think\Service;
class TimeService extends Service
{
public function register()
{
$this->app->bind('timed', Time::class);
}
}

@ -1,19 +0,0 @@
<?php
/**
* (c) Chaim <gc@dtapp.net>
*/
namespace DtApp\ThinkLibrary\service;
use DtApp\ThinkLibrary\Xmls;
use think\Service;
class XmlService extends Service
{
public function register()
{
$this->app->bind('xmld', Xmls::class);
}
}
Loading…
Cancel
Save