Skip to content

Commit

Permalink
Cleaning random stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Feb 11, 2018
1 parent fa3c000 commit 14107ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
4 changes: 3 additions & 1 deletion helpers.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<?php

use Arcanedev\SeoHelper\Contracts\SeoHelper;

if ( ! function_exists('seo_helper')) {
/**
* Get the SeoHelper instance.
*
* @return \Arcanedev\SeoHelper\Contracts\SeoHelper
*/
function seo_helper() {
return app(\Arcanedev\SeoHelper\Contracts\SeoHelper::class);
return app(SeoHelper::class);
}
}
12 changes: 0 additions & 12 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@
*/
abstract class TestCase extends BaseTestCase
{
/* -----------------------------------------------------------------
| Properties
| -----------------------------------------------------------------
*/

/**
* The base URL to use while testing the application.
*
* @var string
*/
protected $baseUrl = 'http://localhost';

/* -----------------------------------------------------------------
| Main Methods
| -----------------------------------------------------------------
Expand Down

0 comments on commit 14107ae

Please sign in to comment.