Skip to content

Commit 0985ad4

Browse files
committed
cleanup
1 parent 60b145e commit 0985ad4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/LaravelNlp/LaravelNlp.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
<?php
22

3-
43
namespace Web64\LaravelNlp;
54

6-
use PHPUnit\Framework\Constraint\Exception;
7-
8-
95
class LaravelNlp extends \Web64\Nlp\NlpClient
106
{
117
private $opencalais_key;
128

139
public function __construct($config)
1410
{
15-
//dd( $config );
11+
1612
if ( !empty($config['opencalais_key']) )
1713
$this->opencalais_key = $config['opencalais_key'];
1814

0 commit comments

Comments
 (0)