15 lines
173 B
PHP
15 lines
173 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Repositories\Tool;
|
||
|
|
||
|
class ToolFunction
|
||
|
{
|
||
|
/**
|
||
|
* Create a new class instance.
|
||
|
*/
|
||
|
public function __construct()
|
||
|
{
|
||
|
//
|
||
|
}
|
||
|
}
|