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/SinergiBrowserDetector.php 1 location
|
@@ 95-97 (lines=3) @@
|
| 92 |
|
*/ |
| 93 |
|
public function __construct() |
| 94 |
|
{ |
| 95 |
|
if (! file_exists('vendor/' . $this->getPackageName() . '/composer.json')) { |
| 96 |
|
throw new PackageNotLoadedException('You need to install the package ' . $this->getPackageName() . ' to use this provider'); |
| 97 |
|
} |
| 98 |
|
} |
| 99 |
|
|
| 100 |
|
/** |
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
|
@@ 80-82 (lines=3) @@
|
| 77 |
|
*/ |
| 78 |
|
public function __construct() |
| 79 |
|
{ |
| 80 |
|
if (! file_exists('vendor/' . $this->getPackageName() . '/composer.json')) { |
| 81 |
|
throw new PackageNotLoadedException('You need to install the package ' . $this->getPackageName() . ' to use this provider'); |
| 82 |
|
} |
| 83 |
|
} |
| 84 |
|
|
| 85 |
|
/** |