vendor and env first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Laravel\Socialite\Contracts;
|
||||
|
||||
interface Factory
|
||||
{
|
||||
/**
|
||||
* Get an OAuth provider implementation.
|
||||
*
|
||||
* @param string $driver
|
||||
* @return \Laravel\Socialite\Contracts\Provider
|
||||
*/
|
||||
public function driver($driver = null);
|
||||
}
|
||||
Reference in New Issue
Block a user