File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 148148
149149 // All JS and CSS assets defined above have this string appended as query string (?v=string).
150150 // If you want to manually trigger cachebusting for all styles and scripts,
151- // append or prepent something to the string below, so that it's different.
151+ // append or prepend something to the string below, so that it's different.
152152 'cachebusting_string ' => \PackageVersions \Versions::getVersion ('backpack/crud ' ),
153153
154154 /*
210210 'user_model_fqn ' => App \User::class,
211211
212212 // The classes for the middleware to check if the visitor is an admin
213- // Can be a single class or an array of clases
213+ // Can be a single class or an array of classes
214214 'middleware_class ' => [
215215 App \Http \Middleware \CheckIfAdmin::class,
216216 \Illuminate \Foundation \Http \Middleware \ConvertEmptyStringsToNull::class,
You can’t perform that action at this time.
0 commit comments