mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-02 18:27:31 -05:00
15 lines
200 B
PHP
15 lines
200 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: eduardocruz
|
|
* Date: 11/9/15
|
|
* Time: 11:03
|
|
*/
|
|
|
|
namespace App\Ninja\Import;
|
|
|
|
|
|
interface DataImporterServiceInterface
|
|
{
|
|
public function import($files);
|
|
} |