Skip to content
Snippets Groups Projects
Commit d9d016b2 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Fehlende use Log hinzugefügt

parent 1112124f
No related branches found
No related tags found
3 merge requests!1117Development,!1092Resolve "use Log zu parsern hinzufügen",!1082Development
...@@ -4,6 +4,7 @@ namespace app\Models\parserSkripte; ...@@ -4,6 +4,7 @@ namespace app\Models\parserSkripte;
use App\Models\Searchengine; use App\Models\Searchengine;
use Symfony\Component\DomCrawler\Crawler; use Symfony\Component\DomCrawler\Crawler;
use Log;
class Bing extends Searchengine class Bing extends Searchengine
{ {
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
namespace app\Models\parserSkripte; namespace app\Models\parserSkripte;
use App\Models\Searchengine; use App\Models\Searchengine;
use Log;
class Blogsearch extends Searchengine class Blogsearch extends Searchengine
{ {
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
namespace app\Models\parserSkripte; namespace app\Models\parserSkripte;
use App\Models\Searchengine; use App\Models\Searchengine;
use Log;
class Dailymotion extends Searchengine class Dailymotion extends Searchengine
{ {
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
namespace app\Models\parserSkripte; namespace app\Models\parserSkripte;
use App\Models\Searchengine; use App\Models\Searchengine;
use Log;
class Fernsehsuche extends Searchengine class Fernsehsuche extends Searchengine
{ {
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
namespace app\Models\parserSkripte; namespace app\Models\parserSkripte;
use App\Models\Searchengine; use App\Models\Searchengine;
use Log;
class Opencrawlastronomie extends Searchengine class Opencrawlastronomie extends Searchengine
{ {
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
namespace app\Models\parserSkripte; namespace app\Models\parserSkripte;
use App\Models\Searchengine; use App\Models\Searchengine;
use Log;
class Opencrawlregengergie extends Searchengine class Opencrawlregengergie extends Searchengine
{ {
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
namespace App\Models\parserSkripte; namespace App\Models\parserSkripte;
use App\Models\Searchengine; use App\Models\Searchengine;
use Log;
class OvertureAds extends Searchengine class OvertureAds extends Searchengine
{ {
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
namespace app\Models\parserSkripte; namespace app\Models\parserSkripte;
use App\Models\Searchengine; use App\Models\Searchengine;
use Log;
class Qip extends Searchengine class Qip extends Searchengine
{ {
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
namespace app\Models\parserSkripte; namespace app\Models\parserSkripte;
use App\Models\Searchengine; use App\Models\Searchengine;
use Log;
class Tuhh extends Searchengine class Tuhh extends Searchengine
{ {
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
namespace app\Models\parserSkripte; namespace app\Models\parserSkripte;
use App\Models\Searchengine; use App\Models\Searchengine;
use Log;
class Yacyunih extends Searchengine class Yacyunih extends Searchengine
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment