src/Provider/DonatjUAParser.php 1 location
|
@@ 65-67 (lines=3) @@
|
| 62 |
|
|
| 63 |
|
public function __construct() |
| 64 |
|
{ |
| 65 |
|
if (! file_exists('vendor/' . $this->getPackageName() . '/composer.json')) { |
| 66 |
|
throw new PackageNotLoadedException('You need to install the package ' . $this->getPackageName() . ' to use this provider'); |
| 67 |
|
} |
| 68 |
|
} |
| 69 |
|
|
| 70 |
|
/** |
src/Provider/WhichBrowser.php 1 location
|
@@ 77-79 (lines=3) @@
|
| 74 |
|
*/ |
| 75 |
|
public function __construct() |
| 76 |
|
{ |
| 77 |
|
if (! file_exists('vendor/' . $this->getPackageName() . '/composer.json')) { |
| 78 |
|
throw new PackageNotLoadedException('You need to install the package ' . $this->getPackageName() . ' to use this provider'); |
| 79 |
|
} |
| 80 |
|
} |
| 81 |
|
|
| 82 |
|
public function getName() |
src/Provider/Woothee.php 1 location
|
@@ 86-88 (lines=3) @@
|
| 83 |
|
*/ |
| 84 |
|
public function __construct() |
| 85 |
|
{ |
| 86 |
|
if (! file_exists('vendor/' . $this->getPackageName() . '/composer.json')) { |
| 87 |
|
throw new PackageNotLoadedException('You need to install the package ' . $this->getPackageName() . ' to use this provider'); |
| 88 |
|
} |
| 89 |
|
} |
| 90 |
|
|
| 91 |
|
/** |
src/Provider/SinergiBrowserDetector.php 1 location
|
@@ 104-106 (lines=3) @@
|
| 101 |
|
*/ |
| 102 |
|
public function __construct() |
| 103 |
|
{ |
| 104 |
|
if (! file_exists('vendor/' . $this->getPackageName() . '/composer.json')) { |
| 105 |
|
throw new PackageNotLoadedException('You need to install the package ' . $this->getPackageName() . ' to use this provider'); |
| 106 |
|
} |
| 107 |
|
} |
| 108 |
|
|
| 109 |
|
/** |