Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
UserAdminV2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
UserAdminV2
Commits
b0ffc018
Commit
b0ffc018
authored
Nov 21, 2011
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #171 from daniels0xff/develop
Develop
parents
1746dbdb
0000ffc8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.gitignore
+2
-0
laravel/autoloader.php
+2
-2
No files found.
.gitignore
View file @
b0ffc018
favicon.*
favicon.*
.DS_Store
\ No newline at end of file
laravel/autoloader.php
View file @
b0ffc018
...
@@ -53,8 +53,8 @@ class Autoloader {
...
@@ -53,8 +53,8 @@ class Autoloader {
protected
static
function
find
(
$class
)
protected
static
function
find
(
$class
)
{
{
// After PHP namespaces were introduced, most libaries ditched underscores for
// After PHP namespaces were introduced, most libaries ditched underscores for
//
for namespaces to indicate the class directory hierarchy. We will check for
//
namespaces to indicate the class directory hierarchy. We will check for the
//
the
presence of namespace slashes to determine the directory separator.
// presence of namespace slashes to determine the directory separator.
$separator
=
(
strpos
(
$class
,
'\\'
)
!==
false
)
?
'\\'
:
'_'
;
$separator
=
(
strpos
(
$class
,
'\\'
)
!==
false
)
?
'\\'
:
'_'
;
$library
=
substr
(
$class
,
0
,
strpos
(
$class
,
$separator
));
$library
=
substr
(
$class
,
0
,
strpos
(
$class
,
$separator
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment