Merge remote-tracking branch 'origin/master'

This commit is contained in:
Taylor Otwell 2016-01-14 10:08:58 -06:00
commit e46a73ddb7
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class AuthController extends Controller
* *
* @var string * @var string
*/ */
protected $redirectTo = '/home'; protected $redirectTo = '/';
/** /**
* Create a new authentication controller instance. * Create a new authentication controller instance.

View File

@ -15,7 +15,7 @@
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
</conditions> </conditions>
<action type="Rewrite" url="index.php" /> <action type="Rewrite" url="index.php" />
</rule> </rule>
</rules> </rules>
</rewrite> </rewrite>