@@ -7,24 +7,24 @@ |
||
| 7 | 7 | |
| 8 | 8 | class CaptchaTest extends TestCase |
| 9 | 9 | { |
| 10 | - /** |
|
| 11 | - * @var Captcha |
|
| 12 | - */ |
|
| 13 | - private $captcha; |
|
| 10 | + /** |
|
| 11 | + * @var Captcha |
|
| 12 | + */ |
|
| 13 | + private $captcha; |
|
| 14 | 14 | |
| 15 | - /** |
|
| 16 | - * setUp |
|
| 17 | - */ |
|
| 18 | - public function setUp() |
|
| 19 | - { |
|
| 20 | - $this->captcha = new Captcha(); |
|
| 21 | - } |
|
| 15 | + /** |
|
| 16 | + * setUp |
|
| 17 | + */ |
|
| 18 | + public function setUp() |
|
| 19 | + { |
|
| 20 | + $this->captcha = new Captcha(); |
|
| 21 | + } |
|
| 22 | 22 | |
| 23 | - /** |
|
| 24 | - * Test captcha. |
|
| 25 | - */ |
|
| 26 | - public function testCaptcha() |
|
| 27 | - { |
|
| 28 | - $this->assertTrue($this->captcha instanceof Captcha); |
|
| 29 | - } |
|
| 23 | + /** |
|
| 24 | + * Test captcha. |
|
| 25 | + */ |
|
| 26 | + public function testCaptcha() |
|
| 27 | + { |
|
| 28 | + $this->assertTrue($this->captcha instanceof Captcha); |
|
| 29 | + } |
|
| 30 | 30 | } |
| 31 | 31 | \ No newline at end of file |
@@ -31,8 +31,8 @@ discard block |
||
| 31 | 31 | $this->settings = (object) $settings; |
| 32 | 32 | |
| 33 | 33 | $this->bindViews() |
| 34 | - ->bindRoutes() |
|
| 35 | - ->publishResources(); |
|
| 34 | + ->bindRoutes() |
|
| 35 | + ->publishResources(); |
|
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |
@@ -69,8 +69,8 @@ discard block |
||
| 69 | 69 | $destinationPath = resource_path('views/vendor/captchaSimpleDriver'); |
| 70 | 70 | |
| 71 | 71 | $this->serviceProvider |
| 72 | - ->publish(__DIR__ . '/resources/views', $destinationPath, 'views') |
|
| 73 | - ->publish(__DIR__ . '/resources/assets', $destinationPath.'/assets', 'assets'); |
|
| 72 | + ->publish(__DIR__ . '/resources/views', $destinationPath, 'views') |
|
| 73 | + ->publish(__DIR__ . '/resources/assets', $destinationPath.'/assets', 'assets'); |
|
| 74 | 74 | |
| 75 | 75 | return $this; |
| 76 | 76 | } |