This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Providers; | |
use Illuminate\Support\ServiceProvider; | |
use Illuminate\Support\Facades\Gate; | |
use Illuminate\Support\Facades\Schema; | |
use Illuminate\Support\Facades\Blade; | |
use App\Models\Permission; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @function whois | |
* @author Manojkiran | |
* @contact [email protected] | |
* @param string $domain | |
* @usage Displays the whois information form given domain Name | |
* @version 1.3 | |
**/ | |
/* | |
|-------------------------------------------------------------------------- |
NewerOlder